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 | 100100001110001000111111001111111001000011011111001111110100001001000110 | 90e23f3f90df3f4246 |
EUC-JP | 絶??節?BF | 110000001110010000111111001111111100000011100001001111110100001001000110 | c0e43f3fc0e13f4246 |
UTF-8 | 絶귡쓵節칚BF | 1110011110110101101101101110101010110111101000011110110010010011101101011110011110101111100000001110110010111001100110100100001001000110 | e7b5b6eab7a1ec93b5e7af80ecb99a4246 |
UHC | 絶귡쓵節칚BF | 111011111011111010000010111010011001110110010010111011111011110110101111011011110100001001000110 | efbe82e99d92efbdaf6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)