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 | 蠢怜ソ唯 | 11100101101111111001011111100101101111111001011101000010 | e5bf97e5bf9742 |
EUC-JP | 蠢怜ソ唯 | 1110101011000001110011101110011110001110101111111100110110100011 | eac1cee78ebfcda3 |
UTF-8 | 蠢怜ソ唯 | 111010001010000010100010111001101000000010011100111011111011110110111111111001011001010010101111 | e8a0a2e6809cefbdbfe594af |
UHC | 蠢怜?唯 | 11110001111000111101011010111011001111111110101011100110 | f1e3d6bb3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)