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 | ???BB | 0011111100111111001111110100001001000010 | 3f3f3f4242 |
SJIS-WIN | ?釐ごBB | 00111111111001111101100010000010101100100100001001000010 | 3fe7d882b24242 |
EUC-JP | ?釐ごBB | 00111111111011101101101010100100101101000100001001000010 | 3feedaa4b44242 |
UTF-8 | 룵釐ごBB | 1110101110100011101101011110100110000111100100001110001110000001100101000100001001000010 | eba3b5e98790e381944242 |
UHC | 룵釐ごBB | 1000111110101010110101111110110110101010101101000100001001000010 | 8faad7edaab44242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)