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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脂班? | 1000111010001001100101001100011100111111 | 8e8994c73f |
EUC-JP | 脂班? | 1011101111101001110010001100100100111111 | bbe9c8c93f |
UTF-8 | 脂班렫 | 111010001000010010000010111001111000111110101101111010111010000010101011 | e88482e78fadeba0ab |
UHC | 脂班렫 | 111100101011011111011010111011001000111010111001 | f2b7daec8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)