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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 佇朧??琮 | 1001100011001000100111100100111100111111001111111111101101101010 | 98c89e4f3f3ffb6a |
EUC-JP | 佇朧??琮 | 110100001100101011011011101100000011111100111111100011111100110010110010 | d0cadbb03f3f8fccb2 |
UTF-8 | 佇朧렋렒琮 | 111001001011110110000111111001101001110010100111111010111010000010001011111010111010000010010010111001111001000010101110 | e4bd87e69ca7eba08beba092e790ae |
UHC | 佇朧렋렒琮 | 11101110101101111101011011101000100011101010001010001110101001111111000011111001 | eeb7d6e88ea28ea7f0f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)