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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 饒??帳 | 111010010110000000111111001111111001001010100000 | e9603f3f92a0 |
EUC-JP | 饒??帳 | 111100011100000100111111001111111100010010100010 | f1c13f3fc4a2 |
UTF-8 | 饒삯눈帳 | 111010011010010110010010111011001000001010101111111010111000100010001000111001011011100010110011 | e9a592ec82afeb8888e5b8b3 |
UHC | 饒삯눈帳 | 1110100110101110101110111110100110110100101010111110110111100011 | e9aebbe9b4abede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)