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 | 嚥??倚 | 100110101000101100111111001111111001100011011111 | 9a8b3f3f98df |
EUC-JP | 嚥??倚 | 110100111110101100111111001111111101000011100001 | d3eb3f3fd0e1 |
UTF-8 | 嚥싲갑倚 | 111001011001101010100101111011001000101110110010111010101011000010010001111001011000000010011010 | e59aa5ec8bb2eab091e5809a |
UHC | 嚥싲갑倚 | 1110011010111111100110101110101110110000101010011110101111101111 | e6bf9aebb0a9ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)