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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠢?毫?助? | 111001011011111100111111100111110111110000111111100011111001010100111111 | e5bf3f9f7c3f8f953f |
EUC-JP | 蠢?毫?助? | 111010101100000100111111110111011101110100111111101111011111010100111111 | eac13fdddd3fbdf53f |
UTF-8 | 蠢렎毫렜助렞 | 111010001010000010100010111010111010000010001110111001101010111110101011111010111010000010011100111001011000101010101001111010111010000010011110 | e8a0a2eba08ee6afabeba09ce58aa9eba09e |
UHC | 蠢렎毫렜助렞 | 111100011110001110001110101001001111101111000110100011101010111011110000101111101000111010101111 | f1e38ea4fbc68eaef0be8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)