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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 嵩?嵩?^ | 10010000100100110011111110010000100100110011111101011110 | 90933f90933f5e |
EUC-JP | 嵩蓀嵩蓀^ | 1011111111110011100011111101100011111000101111111111001110001111110110001111100001011110 | bff38fd8f8bff38fd8f85e |
UTF-8 | 嵩蓀嵩蓀^ | 11100101101101011010100111101000100100111000000011100101101101011010100111101000100100111000000001011110 | e5b5a9e89380e5b5a9e893805e |
UHC | 嵩蓀嵩蓀^ | 111000111010000111100001111000001110001110100001111000011110000001011110 | e3a1e1e0e3a1e1e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)