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 | 셴솽렱렭섈셰 | 111011001000010110110100111011001000011010111101111010111010000010110001111010111010000010101101111011001000010010001000111011001000010110110000 | ec85b4ec86bdeba0b1eba0adec8488ec85b0 |
UHC | 셴솽렱렭섈셰 | 101111001100111110111100111000011000111010111110100011101011101010111100101010101011110011001110 | bccfbce18ebe8ebabcaabcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)