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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ヤレ鴒霑B | 11010100110110101110100111110111111010001011111101000010 | d4dae9f7e8bf42 |
EUC-JP | ヤレ鴒霑B | 100011101101010010001110110110101111001011111001111100001100000101000010 | 8ed48edaf2f9f0c142 |
UTF-8 | ヤレ鴒霑B | 11101111101111101001010011101111101111101001101011101001101101001001001011101001100111001001000101000010 | efbe94efbe9ae9b492e99c9142 |
UHC | ???霑B | 001111110011111100111111111011111100010101000010 | 3f3f3fefc542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)