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 | 鮨伎ウ | 1110100110111101100010101110101010110011 | e9bd8aeab3 |
EUC-JP | 鮨伎ウ | 111100101011111110110100111011001000111010110011 | f2bfb4ec8eb3 |
UTF-8 | 鮨伎ウ | 111010011010111010101000111001001011110010001110111011111011110110110011 | e9aea8e4bc8eefbdb3 |
UHC | ?伎? | 00111111110100001110101100111111 | 3fd0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)