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 | I]LHµ | 1001001001001001100100100101110110010001100111110100110010010010010010001001000110110101 | 9249925d919f4c924891b5 |
SJIS-WIN | ?I?]??L?H?? | 0011111101001001001111110101110100111111001111110100110000111111010010000011111100111111 | 3f493f5d3f3f4c3f483f3f |
EUC-JP | ?I?]??L?H?? | 0011111101001001001111110101110100111111001111110100110000111111010010000011111100111111 | 3f493f5d3f3f4c3f483f3f |
UTF-8 | I]LHµ | 110000101001001001001001110000101001001001011101110000101001000111000010100111110100110011000010100100100100100011000010100100011100001010110101 | c29249c2925dc291c29f4cc29248c291c2b5 |
UHC | ?I?]??L?H?? | 0011111101001001001111110101110100111111001111110100110000111111010010000011111100111111 | 3f493f5d3f3f4c3f483f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)