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 | 鉉?鉉蛇 | 11100111111010010011111111100111111010011000111011010110 | e7e93fe7e98ed6 |
EUC-JP | 鉉峴鉉蛇 | 111011101110101110001111101110111100000111101110111010111011110011011000 | eeeb8fbbc1eeebbcd8 |
UTF-8 | 鉉峴鉉蛇 | 111010011000100110001001111001011011001110110100111010011000100110001001111010001001101110000111 | e98989e5b3b4e98989e89b87 |
UHC | 鉉峴鉉蛇 | 1111101011101000111110101101011011111010111010001101111011101111 | fae8fad6fae8deef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)