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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 爼ラユH | 1110000010101010110101111101010101001000 | e0aad7d548 |
EUC-JP | 爼ラユH | 11100000101011001000111011010111100011101101010101001000 | e0ac8ed78ed548 |
UTF-8 | 爼ラユH | 11100111100010001011110011101111101111101001011111101111101111101001010101001000 | e788bcefbe97efbe9548 |
UHC | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)