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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ラ磔ョモ」 | 11010111111000011111011110101110110100111010001111110111101000111111000111111100 | d7e1f7aed3a3f7a3f1fc |
EUC-JP | ラ磔ョモ」?? | 100011101101011111100010111110011000111010101110100011101101001110001110101000110011111100111111 | 8ed7e2f98eae8ed38ea33f3f |
UTF-8 | ラ磔ョモ」 | 111011111011111010010111111001111010001110010100111011111011110110101110111011111011111010010011111011111011110110100011111011101001011010000110111011101000010110110111 | efbe97e7a394efbdaeefbe93efbda3ee9686ee85b7 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)