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 | 昭。櫤 | 1000111110111010101000011111101011110011 | 8fbaa1faf3 |
EUC-JP | 昭。櫤 | 10111110101111001000111010100001100011111100010111010101 | bebc8ea18fc5d5 |
UTF-8 | 昭。櫤 | 111001101001100010101101111011111011110110100001111001101010101110100100 | e698adefbda1e6aba4 |
UHC | 昭?? | 11100001101110010011111100111111 | e1b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)