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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嵬ф?疫 | 10011011110010101000010010000110001111111000100101110101 | 9bca84863f8975 |
EUC-JP | 嵬ф?疫 | 11010110110011001010011111100110001111111011000111010110 | d6cca7e63fb1d6 |
UTF-8 | 嵬ф떗疫 | 1110010110110101101011001101000110000100111010111001011010010111111001111001011010101011 | e5b5acd184eb9697e796ab |
UHC | 嵬ф떗疫 | 1110100011100011101011001110011010001011101011011110011010111001 | e8e3ace68bade6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)