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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 隘??浴??^ | 111010001010010100111111001111111001011110000001001111110011111101011110 | e8a53f3f97813f3f5e |
EUC-JP | 隘??浴??^ | 111100001010011100111111001111111100110111100001001111110011111101011110 | f0a73f3fcde13f3f5e |
UTF-8 | 隘녵많浴덂컟^ | 11101001100110101001100011101011100001011011010111101011101001111000111011100110101101011011010011101011100011011000001011101100101110111001111101011110 | e99a98eb85b5eba78ee6b5b4eb8d82ecbb9f5e |
UHC | 隘녵많浴덂컟^ | 11100100111101101000011011100100101110001011100111101001101100011000100011100101101100001000101001011110 | e4f686e4b8b9e9b188e5b08a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)