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 | 詣〓?鶯?? | 100011000111011110000001101011000011111111101001111100100011111100111111 | 8c7781ac3fe9f23f3f |
EUC-JP | 詣〓?鶯?? | 101101111101100010100010101011100011111111110010111101000011111100111111 | b7d8a2ae3ff2f43f3f |
UTF-8 | 詣〓젧鶯뺣젡 | 111010001010100110100011111000111000000010010011111011001010000010100111111010011011011010101111111010111011101010100011111011001010000010100001 | e8a9a3e38093eca0a7e9b6afebbaa3eca0a1 |
UHC | 詣〓젧鶯뺣젡 | 111001111110000110100001111010111010000010011111111001011010001110010101111010111010000010011010 | e7e1a1eba09fe5a395eba09a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)