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 | 11100110101001011000111011101010100010010101010001000111 | e6a58eea895447 |
EUC-JP | 讌殊欝G | 11101100101001111011110011101100101100011011010101000111 | eca7bcecb1b547 |
UTF-8 | 讌殊欝G | 11101000101011101000110011100110101011101000101011100110101011001001110101000111 | e8ae8ce6ae8ae6ac9d47 |
UHC | ?殊?G | 0011111111100010101010000011111101000111 | 3fe2a83f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)