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 | 100011101000100100111111001111110011111101101000 | 8e893f3f3f68 |
EUC-JP | 脂?焌?h | 1011101111101001001111111000111111001001111010000011111101101000 | bbe93f8fc9e83f68 |
UTF-8 | 脂렖焌렱h | 11101000100001001000001011101011101000001001011011100111100001001000110011101011101000001011000101101000 | e88482eba096e7848ceba0b168 |
UHC | 脂렖焌렱h | 111100101011011110001110101010111111000111100000100011101011111001101000 | f2b78eabf1e08ebe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)