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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 茯誌週G | 11100100101010001000111010001111100011110101010001000111 | e4a88e8f8f5447 |
EUC-JP | 茯誌週G | 11101000101010101011101111101111101111011011010101000111 | e8aabbefbdb547 |
UTF-8 | 茯誌週G | 11101000100011001010111111101000101010101000110011101001100000001011000101000111 | e88cafe8aa8ce980b147 |
UHC | 茯誌週G | 11011100110110101111001010111100111100011100111001000111 | dcdaf2bcf1ce47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)