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 | 涅???嚥 | 10011111101110000011111100111111001111111001101010001011 | 9fb83f3f3f9a8b |
EUC-JP | 涅???嚥 | 11011110101110100011111100111111001111111101001111101011 | deba3f3f3fd3eb |
UTF-8 | 涅겉됱죧嚥 | 111001101011011010000101111010101011001010001001111010111001000010110001111011001010001110100111111001011001101010100101 | e6b685eab289eb90b1eca3a7e59aa5 |
UHC | 涅겉됱죧嚥 | 11100110111011101011000011010001100010011110110010100001100000101110011010111111 | e6eeb0d189eca182e6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)