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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 尺実^ | 1000111011011010100011101100000001011110 | 8eda8ec05e |
EUC-JP | 尺実^ | 1011110011011100101111001100001001011110 | bcdcbcc25e |
UTF-8 | 尺実^ | 11100101101100001011101011100101101011101001111101011110 | e5b0bae5ae9f5e |
UHC | 尺?^ | 11110100101010010011111101011110 | f4a93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)