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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 縣室B | 1110001101110000100011101011101001000010 | e3708eba42 |
EUC-JP | 縣室B | 1110010111010001101111001011110001000010 | e5d1bcbc42 |
UTF-8 | 縣室B | 11100111101110001010001111100101101011101010010001000010 | e7b8a3e5aea442 |
UHC | 縣室B | 1111101011100011111000111111100001000010 | fae3e3f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)