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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 姨??rB | 100110110100100000111111001111110111001001000010 | 9b483f3f7242 |
EUC-JP | 姨??rB | 110101011010100100111111001111110111001001000010 | d5a93f3f7242 |
UTF-8 | 姨띿콌rB | 1110010110100111101010001110101110011101101111111110110010111101100011000111001001000010 | e5a7a8eb9dbfecbd8c7242 |
UHC | 姨띿콌rB | 1110110010101001100011011110110010110001100010000111001001000010 | eca98decb1887242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)