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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?芸?? | 0011111110001100011111000011111100111111 | 3f8c7c3f3f |
EUC-JP | 鉥芸?鉥 | 100011111110001111101000101101111101110100111111100011111110001111101000 | 8fe3e8b7dd3f8fe3e8 |
UTF-8 | 鉥芸뗼鉥 | 111010011000100110100101111010001000101010111000111010111001011110111100111010011000100110100101 | e989a5e88ab8eb97bce989a5 |
UHC | 鉥芸뗼鉥 | 1110001011111100111010011111110110001011111110111110001011111100 | e2fce9fd8bfbe2fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)