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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 렋렗룈렚롈렲 | 111010111010000010001011111010111010000010010111111010111010001110001000111010111010000010011010111010111010000110001000111010111010000010110010 | eba08beba097eba388eba09aeba188eba0b2 |
UHC | 렋렗룈렚롈렲 | 100011101010001010001110101011001000111110000111100011101010110110001110110011101000111010111111 | 8ea28eac8f878ead8ece8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)