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 | 迢ク迢ク^ | 11100111100010111011100011100111100010111011100001011110 | e78bb8e78bb85e |
EUC-JP | 迢ク迢ク^ | 111011011110101110001110101110001110110111101011100011101011100001011110 | edeb8eb8edeb8eb85e |
UTF-8 | 迢ク迢ク^ | 11101000101111111010001011101111101111011011100011101000101111111010001011101111101111011011100001011110 | e8bfa2efbdb8e8bfa2efbdb85e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)