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 | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | ??ゴLB | 001111110011111110000011010100110100110001000010 | 3f3f83534c42 |
EUC-JP | ??ゴLB | 001111110011111110100101101101000100110001000010 | 3f3fa5b44c42 |
UTF-8 | 룵핊ゴLB | 1110101110100011101101011110110110010101100010101110001110000010101101000100110001000010 | eba3b5ed958ae382b44c42 |
UHC | 룵핊ゴLB | 1000111110101010110000001000111110101011101101000100110001000010 | 8faac08fabb44c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)