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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 蜊ィ雍法h | 1110010110001101101010001110100010110100100101100100000001101000 | e58da8e8b4964068 |
EUC-JP | 蜊ィ雍法h | 111010011110110110001110101010001111000010110110110010111010000101101000 | e9ed8ea8f0b6cba168 |
UTF-8 | 蜊ィ雍法h | 11101000100111001000101011101111101111011010100011101001100110111000110111100110101100111001010101101000 | e89c8aefbda8e99b8de6b39568 |
UHC | ??雍法h | 00111111001111111110100010111100110110111111011001101000 | 3f3fe8bcdbf668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)