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 | 艟渇洪艟 | 1110010001111101100010101000100110001101010111101110010001111101 | e47d8a898d5ee47d |
EUC-JP | 艟渇洪艟 | 1110011111011110101100111110100110111001101111111110011111011110 | e7deb3e9b9bfe7de |
UTF-8 | 艟渇洪艟 | 111010001000100110011111111001101011100010000111111001101011010010101010111010001000100110011111 | e8899fe6b887e6b4aae8899f |
UHC | ??洪? | 0011111100111111111110111111001100111111 | 3f3ffbf33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)