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 | 1111101010001101001111110011111101000010 | fa8d3f3f42 |
EUC-JP | 厓??B | 100011111011010011000111001111110011111101000010 | 8fb4c73f3f42 |
UTF-8 | 厓길뜥B | 11100101100011101001001111101010101110001011100011101011100111001010010101000010 | e58e93eab8b8eb9ca542 |
UHC | 厓길뜥B | 11100100111011011011000111100110100011011010100001000010 | e4edb1e68da842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)