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 | 珥?遵?? | 11100000111000000011111110001111100001010011111100111111 | e0e03f8f853f3f |
EUC-JP | 珥?遵?? | 11100000111000100011111110111101111001010011111100111111 | e0e23fbde53f3f |
UTF-8 | 珥렮遵면걋 | 111001111000111110100101111010111010000010101110111010011000000110110101111010111010100110110100111010101011000110001011 | e78fa5eba0aee981b5eba9b4eab18b |
UHC | 珥렮遵면걋 | 11101100101101001000111010111011111100011110010110111000111010011011000011000000 | ecb48ebbf1e5b8e9b0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)