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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 将ョ。゚ | 100011111010101110101110101000011111100010100001111100101010000111011111 | 8fabaea1f8a1f2a1df |
EUC-JP | 将ョ。??゚ | 10111110101011011000111010101110100011101010000100111111001111111000111011011111 | bead8eae8ea13f3f8edf |
UTF-8 | 将ョ。゚ | 111001011011000010000110111011111011110110101110111011111011110110100001111011101001100110000000111011101000011110011000111011111011111010011111 | e5b086efbdaeefbda1ee9980ee8798efbe9f |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)