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 | 100110111101100100111111001111111001000011011111001111110100001001000110 | 9bd93f3f90df3f4246 |
EUC-JP | 巍??節?BF | 110101101101101100111111001111111100000011100001001111110100001001000110 | d6db3f3fc0e13f4246 |
UTF-8 | 巍ㅵ렡節톙BF | 1110010110110111100011011110001110000101101101011110101110100000101000011110011110101111100000001110110110000110100110010100001001000110 | e5b78de385b5eba0a1e7af80ed86994246 |
UHC | 巍ㅵ렡節톙BF | 111010001110010010100100111001011000111010110010111011111011110110110111011011110100001001000110 | e8e4a4e58eb2efbdb76f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)