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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 嚥??二?] | 1001101010001011001111110011111110010011111100010011111101011101 | 9a8b3f3f93f13f5d |
EUC-JP | 嚥??二?] | 1101001111101011001111110011111111000110111100110011111101011101 | d3eb3f3fc6f33f5d |
UTF-8 | 嚥↔낮二첚] | 11100101100110101010010111100010100001101001010011101011100000101010111011100100101110101000110011101100101100101001101001011101 | e59aa5e28694eb82aee4ba8cecb29a5d |
UHC | 嚥↔낮二첚] | 1110011010111111101000011110101010110011101101111110110010100011101010110100010101011101 | e6bfa1eab3b7eca3ab455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)