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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 帳??章??B | 100100101010000000111111001111111000111111001101001111110011111101000010 | 92a03f3f8fcd3f3f42 |
EUC-JP | 帳??章??B | 110001001010001000111111001111111011111011001111001111110011111101000010 | c4a23f3fbecf3f3f42 |
UTF-8 | 帳루옚章쀮끁B | 11100101101110001011001111101011101000111010100011101100100110001001101011100111101010111010000011101100100000001010111011101011100000011000000101000010 | e5b8b3eba3a8ec989ae7aba0ec80aeeb818142 |
UHC | 帳루옚章쀮끁B | 11101101111000111011011111100111100111101001111011101101111100011001011111101110100001011011011101000010 | ede3b7e79e9eedf197ee85b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)