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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 默灼捨 | 111000001101001010001110110111001000111011001100 | e0d28edc8ecc |
EUC-JP | 默灼捨 | 111000001101010010111100110111101011110011001110 | e0d4bcdebcce |
UTF-8 | 默灼捨 | 111010011011101110011000111001111000000110111100111001101000110110101000 | e9bb98e781bce68da8 |
UHC | 默灼捨 | 110110011111100111101101110001111101111011010111 | d9f9edc7ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)