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 | _}_{^ | 1000110101011111100011011000100101111101100011010101111110001101100010010111101101011110 | 8d5f8d897d8d5f8d897b5e |
SJIS-WIN | ?_??}?_??{^ | 0011111101011111001111110011111101111101001111110101111100111111001111110111101101011110 | 3f5f3f3f7d3f5f3f3f7b5e |
EUC-JP | ?_??}?_??{^ | 0011111101011111001111110011111101111101001111110101111100111111001111110111101101011110 | 3f5f3f3f7d3f5f3f3f7b5e |
UTF-8 | _}_{^ | 1100001010001101010111111100001010001101110000101000100101111101110000101000110101011111110000101000110111000010100010010111101101011110 | c28d5fc28dc2897dc28d5fc28dc2897b5e |
UHC | ?_??}?_??{^ | 0011111101011111001111110011111101111101001111110101111100111111001111110111101101011110 | 3f5f3f3f7d3f5f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)