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 | 脂?際? | 100011101000100100111111100011011101101100111111 | 8e893f8ddb3f |
EUC-JP | 脂?際? | 101110111110100100111111101110101101110100111111 | bbe93fbadd3f |
UTF-8 | 脂렟際렧 | 111010001000010010000010111010111010000010011111111010011001101010011011111010111010000010100111 | e88482eba09fe99a9beba0a7 |
UHC | 脂렟際렧 | 1111001010110111100011101011000011110000101101111000111010110110 | f2b78eb0f0b78eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)