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 | 第嶝??胡? | 100100011110011010011011110100010011111100111111100011001101001100111111 | 91e69bd13f3f8cd33f |
EUC-JP | 第嶝??胡? | 110000101110100011010110110100110011111100111111101110001101010100111111 | c2e8d6d33f3fb8d53f |
UTF-8 | 第嶝렰렠胡렰 | 111001111010110010101100111001011011011010011101111010111010000010110000111010111010000010100000111010001000001110100001111010111010000010110000 | e7acace5b69deba0b0eba0a0e883a1eba0b0 |
UHC | 第嶝렰렠胡렰 | 111100001010111111010100111100011000111010111101100011101011000111111011110101111000111010111101 | f0afd4f18ebd8eb1fbd78ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)