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 | ???淙??? | 0011111100111111001111111001111111001000001111110011111100111111 | 3f3f3f9fc83f3f3f |
EUC-JP | ???淙??? | 0011111100111111001111111101111011001010001111110011111100111111 | 3f3f3fdeca3f3f3f |
UTF-8 | 렱렰소淙씻렭소 | 111010111010000010110001111010111010000010110000111011001000011010001100111001101011011110011001111011001001010010111011111010111010000010101101111011001000011010001100 | eba0b1eba0b0ec868ce6b799ec94bbeba0adec868c |
UHC | 렱렰소淙씻렭소 | 1000111010111110100011101011110110111100110100101111000011111000101111101100010010001110101110101011110011010010 | 8ebe8ebdbcd2f0f8bec48ebabcd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)