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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 巍??猥??B | 100110111101100100111111001111111110000011001110001111110011111101000010 | 9bd93f3fe0ce3f3f42 |
EUC-JP | 巍??猥??B | 110101101101101100111111001111111110000011010000001111110011111101000010 | d6db3f3fe0d03f3f42 |
UTF-8 | 巍ㅿ풐猥덆뀒B | 11100101101101111000110111100011100001011011111111101101100100101001000011100111100011001010010111101011100011011000011011101011100000001001001001000010 | e5b78de385bfed9290e78ca5eb8d86eb809242 |
UHC | 巍ㅿ풐猥덆뀒B | 11101000111001001010010011101111101111101001010011101000111001011000100011101001100001011000110001000010 | e8e4a4efbe94e8e588e9858c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)