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 | 蠢?張? | 111001011011111100111111100100101010001100111111 | e5bf3f92a33f |
EUC-JP | 蠢?張? | 111010101100000100111111110001001010010100111111 | eac13fc4a53f |
UTF-8 | 蠢렦張렰 | 111010001010000010100010111010111010000010100110111001011011110010110101111010111010000010110000 | e8a0a2eba0a6e5bcb5eba0b0 |
UHC | 蠢렦張렰 | 1111000111100011100011101011010111101101111001011000111010111101 | f1e38eb5ede58ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)