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 | 兀??厓?? | 1001100101011001001111110011111111111010100011010011111100111111 | 99593f3ffa8d3f3f |
EUC-JP | 兀??厓?? | 110100011011101000111111001111111000111110110100110001110011111100111111 | d1ba3f3f8fb4c73f3f |
UTF-8 | 兀뽬킊厓쀩뙧 | 111001011000010110000000111010111011110110101100111011011000001010001010111001011000111010010011111011001000000010101001111010111001100110100111 | e58580ebbdaced828ae58e93ec80a9eb99a7 |
UHC | 兀뽬킊厓쀩뙧 | 111010001011010010010110111010001011010010010110111001001110110110010111111010011000110010101011 | e8b496e8b496e4ed97e98cab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)