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 | ????EE | 001111110011111100111111001111110100010101000101 | 3f3f3f3f4545 |
SJIS-WIN | ????EE | 001111110011111100111111001111110100010101000101 | 3f3f3f3f4545 |
EUC-JP | ????EE | 001111110011111100111111001111110100010101000101 | 3f3f3f3f4545 |
UTF-8 | 횒째첨짧EE | 1110110110011010100100101110110010100111101110001110110010110010101010001110110010100111101001110100010101000101 | ed9a92eca7b8ecb2a8eca7a74545 |
UHC | 횒째첨짧EE | 11000011100011011100001010110000110000111011011111000010101010100100010101000101 | c38dc2b0c3b7c2aa4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)