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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 兀??掖? | 10011001010110010011111100111111100111010111010000111111 | 99593f3f9d743f |
EUC-JP | 兀??掖? | 11010001101110100011111100111111110110011101010100111111 | d1ba3f3fd9d53f |
UTF-8 | 兀뽬킊掖녜 | 111001011000010110000000111010111011110110101100111011011000001010001010111001101000111010010110111010111000010110011100 | e58580ebbdaced828ae68e96eb859c |
UHC | 兀뽬킊掖녜 | 11101000101101001001011011101000101101001001011011100100111110101011001111101001 | e8b496e8b496e4fab3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)