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 | 蒄シヘ | 11100100110101011011110011001101 | e4d5bccd |
EUC-JP | 蒄シヘ | 111010001101011110001110101111001000111011001101 | e8d78ebc8ecd |
UTF-8 | 蒄シヘ | 111010001001001010000100111011111011110110111100111011111011111010001101 | e89284efbdbcefbe8d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)