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 | 11100100101100111000110011100110100011100100101001000010 | e4b38ce68e4a42 |
EUC-JP | 莎梧捌B | 11101000101101011011100011101000101110111010101101000010 | e8b5b8e8bbab42 |
UTF-8 | 莎梧捌B | 11101000100011101000111011100110101000101010011111100110100011011000110001000010 | e88e8ee6a2a7e68d8c42 |
UHC | 莎梧捌B | 11011110111011011110011111111100111110001010010001000010 | deede7fcf8a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)