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 | 韭晁セ | 1110100011101010100111011110100010111110 | e8ea9de8be |
EUC-JP | 韭晁セ | 111100001110110011011010111010101000111010111110 | f0ecdaea8ebe |
UTF-8 | 韭晁セ | 111010011001111110101101111001101001100110000001111011111011110110111110 | e99fade69981efbdbe |
UHC | ?晁? | 00111111111100001100010100111111 | 3ff0c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)