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 | 雍‘溜 | 111010001011010010000001011001011001011110101101 | e8b4816597ad |
EUC-JP | 雍‘溜 | 111100001011011010100001110001101100111010101111 | f0b6a1c6ceaf |
UTF-8 | 雍‘溜 | 111010011001101110001101111000101000000010011000111001101011101010011100 | e99b8de28098e6ba9c |
UHC | 雍‘溜 | 111010001011110010100001101011101101011110110110 | e8bca1aed7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)