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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
UTF-8 | 첫횂E첫횂EB | 111011001011001010101011111011011001101010000010010001011110110010110010101010111110110110011010100000100100010101000010 | ecb2abed9a8245ecb2abed9a824542 |
UHC | 첫횂E첫횂EB | 1100001110111001110000111000001001000101110000111011100111000011100000100100010101000010 | c3b9c38245c3b9c3824542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)