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 | 11100010101110011000100011100010100011100100111101000010 | e2b988e28e4f42 |
EUC-JP | 篁遺三B | 11100100101110111011000011100100101110111011000001000010 | e4bbb0e4bbb042 |
UTF-8 | 篁遺三B | 11100111101011111000000111101001100000011011101011100100101110001000100101000010 | e7af81e981bae4b88942 |
UHC | 篁遺三B | 11111100110101101110101110110110110111111011001001000010 | fcd6ebb6dfb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)