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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????£ | 0011111100111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f3f8192 |
EUC-JP | ??????£ | 0011111100111111001111110011111100111111001111111010000111110010 | 3f3f3f3f3f3fa1f2 |
UTF-8 | 렺렰렻꼼렯렻£ | 111010111010000010111010111010111010000010110000111010111010000010111011111010101011110010111100111010111010000010101111111010111010000010111011111011111011111110100001 | eba0baeba0b0eba0bbeabcbceba0afeba0bbefbfa1 |
UHC | 렺렰렻꼼렯렻£ | 1000111011000010100011101011110110001110110000111011001011000100100011101011110010001110110000111010000111001100 | 8ec28ebd8ec3b2c48ebc8ec3a1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)