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 | 鶯???щ? | 1110100111110010001111110011111100111111100001001000101100111111 | e9f23f3f3f848b3f |
EUC-JP | 鶯???щ? | 1111001011110100001111110011111100111111101001111110101100111111 | f2f43f3f3fa7eb3f |
UTF-8 | 鶯뺣젣轢щ젣 | 1110100110110110101011111110101110111010101000111110110010100000101000111110111110100110100011011101000110001001111011001010000010100011 | e9b6afebbaa3eca0a3efa68dd189eca0a3 |
UHC | 鶯뺣젣轢щ젣 | 111001011010001110010101111010111010000010011100111001101011110010101100111010111010000010011100 | e5a395eba09ce6bcaceba09c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)