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 | 10011011100110011110101010000111111000000110001101000010 | 9b99ea87e06342 |
EUC-JP | 尸鼇瀋B | 11010101111110011111001111100111110111111100010001000010 | d5f9f3e7dfc442 |
UTF-8 | 尸鼇瀋B | 11100101101100001011100011101001101111001000011111100111100000001000101101000010 | e5b0b8e9bc87e7808b42 |
UHC | 尸鼇瀋B | 11100011101110011110100010101000111001001010001101000010 | e3b9e8a8e4a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)