To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 咳??楷?? | 1000101001010000001111110011111110011110101100100011111100111111 | 8a503f3f9eb23f3f |
EUC-JP | 咳??楷?? | 1011001110110001001111110011111111011100101101000011111100111111 | b3b13f3fdcb43f3f |
UTF-8 | 咳띌뉵楷쇤볶 | 111001011001001010110011111010111001110110001100111010111000100110110101111001101010010110110111111011001000011110100100111010111011001110110110 | e592b3eb9d8ceb89b5e6a5b7ec87a4ebb3b6 |
UHC | 咳띌뉵楷쇤볶 | 111110101010011010110110111010011011010010111011111110101010110010111100111010011011101010111010 | faa6b6e9b4bbfaacbce9baba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)