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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 尺釈 | 100011101101101010001110110111111111000011000101 | 8eda8edff0c5 |
EUC-JP | 尺釈? | 1011110011011100101111001110000100111111 | bcdcbce13f |
UTF-8 | 尺釈 | 111001011011000010111010111010011000011110001000111011101000001010000100 | e5b0bae98788ee8284 |
UHC | 尺?? | 11110100101010010011111100111111 | f4a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)