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 | 尺省 | 100011101101101010001111110010001111100001000010 | 8eda8fc8f842 |
EUC-JP | 尺省? | 1011110011011100101111101100101000111111 | bcdcbeca3f |
UTF-8 | 尺省 | 111001011011000010111010111001111001110010000001111011101001011110100010 | e5b0bae79c81ee97a2 |
UHC | 尺省? | 1111010010101001111000001111110100111111 | f4a9e0fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)