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 | ???疽?? | 00111111001111110011111111100001011100110011111100111111 | 3f3f3fe1733f3f |
EUC-JP | ???疽?? | 00111111001111110011111111100001110101000011111100111111 | 3f3f3fe1d43f3f |
UTF-8 | 렳롈렳疽렒얘 | 111010111010000010110011111010111010000110001000111010111010000010110011111001111001011010111101111010111010000010010010111011001001011010011000 | eba0b3eba188eba0b3e796bdeba092ec9698 |
UHC | 렳롈렳疽렒얘 | 100011101100000010001110110011101000111011000000111011101100010110001110101001111011111011101010 | 8ec08ece8ec0eec58ea7beea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)