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 | 肓渇Θ | 111000111110100110001010100010011000001110100110 | e3e98a8983a6 |
EUC-JP | 肓渇Θ | 111001101110101110110011111010011010011010101000 | e6ebb3e9a6a8 |
UTF-8 | 肓渇Θ | 1110100010000010100100111110011010111000100001111100111010011000 | e88293e6b887ce98 |
UHC | ??Θ | 00111111001111111010010111001000 | 3f3fa5c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)