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 | 鉧竺霈 | 111110111100101110001110101100011110100010111100 | fbcb8eb1e8bc |
EUC-JP | 鉧竺霈 | 10001111111000111110100110111100101100111111000010111110 | 8fe3e9bcb3f0be |
UTF-8 | 鉧竺霈 | 111010011000100110100111111001111010101110111010111010011001110010001000 | e989a7e7abbae99c88 |
UHC | ?竺? | 00111111111101011110011100111111 | 3ff5e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)