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 | 兀??掖?? | 1001100101011001001111110011111110011101011101000011111100111111 | 99593f3f9d743f3f |
EUC-JP | 兀??掖?? | 1101000110111010001111110011111111011001110101010011111100111111 | d1ba3f3fd9d53f3f |
UTF-8 | 兀뽬킊掖녜뙧 | 111001011000010110000000111010111011110110101100111011011000001010001010111001101000111010010110111010111000010110011100111010111001100110100111 | e58580ebbdaced828ae68e96eb859ceb99a7 |
UHC | 兀뽬킊掖녜뙧 | 111010001011010010010110111010001011010010010110111001001111101010110011111010011000110010101011 | e8b496e8b496e4fab3e98cab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)