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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 譽?ぐ馭?BF | 11100110101000110011111110000010101011101110100101100110001111110100001001000110 | e6a33f82aee9663f4246 |
EUC-JP | 譽?ぐ馭?BF | 11101100101001010011111110100100101100001111000111000111001111110100001001000110 | eca53fa4b0f1c73f4246 |
UTF-8 | 譽김ぐ馭칚BF | 1110100010101101101111011110101010111001100000001110001110000001100100001110100110100110101011011110110010111001100110100100001001000110 | e8adbdeab980e38190e9a6adecb99a4246 |
UHC | 譽김ぐ馭칚BF | 111001111110001010110001111010001010101010110000111001011101111110101111011011110100001001000110 | e7e2b1e8aab0e5dfaf6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)