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 | 鶯????? | 11101001111100100011111100111111001111110011111100111111 | e9f23f3f3f3f3f |
EUC-JP | 鶯????? | 11110010111101000011111100111111001111110011111100111111 | f2f43f3f3f3f3f |
UTF-8 | 鶯뺣젣廬몃젷 | 111010011011011010101111111010111011101010100011111011001010000010100011111011111010011010000010111010111010101010000011111011001010000010110111 | e9b6afebbaa3eca0a3efa682ebaa83eca0b7 |
UHC | 鶯뺣젣廬몃젷 | 111001011010001110010101111010111010000010011100111001011111111010111000111010111010000010101011 | e5a395eba09ce5feb8eba0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)