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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
EUC-JP | ?獒?B | 001111111000111111001011101110110011111101000010 | 3f8fcbbb3f42 |
UTF-8 | 쒔獒롛B | 11101100100100101001010011100111100011011001001011101011101000011001101101000010 | ec9294e78d92eba19b42 |
UHC | 쒔獒롛B | 10111110101011011110100010100011100011101101111101000010 | beade8a38edf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)