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 | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 蠖零「ヲLB | 1110010110111101100101111110101110100010101001100100110001000010 | e5bd97eba2a64c42 |
EUC-JP | 蠖零「ヲLB | 11101010101111111100111011101101100011101010001010001110101001100100110001000010 | eabfceed8ea28ea64c42 |
UTF-8 | 蠖零「ヲLB | 1110100010100000100101101110100110011011101101101110111110111101101000101110111110111101101001100100110001000010 | e8a096e99bb6efbda2efbda64c42 |
UHC | ?零??LB | 00111111110101101100001100111111001111110100110001000010 | 3fd6c33f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)