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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 船俑船俑B | 100100010100010010011000110110101001000101000100100110001101101001000010 | 914498da914498da42 |
EUC-JP | 船俑船俑B | 110000011010010111010000110111001100000110100101110100001101110001000010 | c1a5d0dcc1a5d0dc42 |
UTF-8 | 船俑船俑B | 11101000100010001011100111100100101111111001000111101000100010001011100111100100101111111001000101000010 | e888b9e4bf91e888b9e4bf9142 |
UHC | 船俑船俑B | 111000001100111111101001101101011110000011001111111010011011010101000010 | e0cfe9b5e0cfe9b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)