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 | 髏皮キ貞ョ唯 | 11101001100100001001010011100111101101111001001011100101101011101001011101000010 | e99094e7b792e5ae9742 |
EUC-JP | 髏皮キ貞ョ唯 | 111100011111000011001000111010011000111010110111110001001110011110001110101011101100110110100011 | f1f0c8e98eb7c4e78eaecda3 |
UTF-8 | 髏皮キ貞ョ唯 | 111010011010101110001111111001111001101010101110111011111011110110110111111010001011001010011110111011111011110110101110111001011001010010101111 | e9ab8fe79aaeefbdb7e8b29eefbdaee594af |
UHC | ?皮?貞?唯 | 001111111111100110101011001111111110111111110110001111111110101011100110 | 3ff9ab3feff63feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)