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 | ???姨 | 0011111100111111001111111001101101001000 | 3f3f3f9b48 |
EUC-JP | ???姨 | 0011111100111111001111111101010110101001 | 3f3f3fd5a9 |
UTF-8 | 廉띿럥姨 | 111011111010011010100010111010111001110110111111111010111001111110100101111001011010011110101000 | efa6a2eb9dbfeb9fa5e5a7a8 |
UHC | 廉띿럥姨 | 1110011011110101100011011110110010001110100010001110110010101001 | e6f58dec8e88eca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)