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 | 譽願コ | 1110011010100011100010101110100010111010 | e6a38ae8ba |
EUC-JP | 譽願コ | 111011001010010110110100111010101000111010111010 | eca5b4ea8eba |
UTF-8 | 譽願コ | 111010001010110110111101111010011010000110011000111011111011110110111010 | e8adbde9a198efbdba |
UHC | 譽願? | 1110011111100010111010101100001100111111 | e7e2eac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)