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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 檍??B | 1001111011111000001111110011111101000010 | 9ef83f3f42 |
EUC-JP | 檍??B | 1101110011111010001111110011111101000010 | dcfa3f3f42 |
UTF-8 | 檍용젔B | 11100110101010101000110111101100100110101010100111101100101000001001010001000010 | e6aa8dec9aa9eca09442 |
UHC | 檍용젔B | 11100101111001011011111111101011101000001001001001000010 | e5e5bfeba09242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)