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 | 項?? | 10001101100000000011111100111111 | 8d803f3f |
EUC-JP | 項?? | 10111001111000000011111100111111 | b9e03f3f |
UTF-8 | 項욄윺 | 111010011010000010000101111011001001101010000100111011001001110010111010 | e9a085ec9a84ec9cba |
UHC | 項욄윺 | 111110101010001110011110111001101001111110110100 | faa39ee69fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)