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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 宰?…碣 | 10001101110010010011111110000001011000111110000111110000 | 8dc93f8163e1f0 |
EUC-JP | 宰?…碣 | 10111010110010110011111110100001110001001110001011110010 | bacb3fa1c4e2f2 |
UTF-8 | 宰용…碣 | 111001011010111010110000111011001001101010101001111000101000000010100110111001111010001010100011 | e5aeb0ec9aa9e280a6e7a2a3 |
UHC | 宰용…碣 | 1110111010100101101111111110101110100001101001101100101011100101 | eea5bfeba1a6cae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)