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 | 脂班?? | 100011101000100110010100110001110011111100111111 | 8e8994c73f3f |
EUC-JP | 脂班?? | 101110111110100111001000110010010011111100111111 | bbe9c8c93f3f |
UTF-8 | 脂班렢렏 | 111010001000010010000010111001111000111110101101111010111010000010100010111010111010000010001111 | e88482e78fadeba0a2eba08f |
UHC | 脂班렢렏 | 1111001010110111110110101110110010001110101100111000111010100101 | f2b7daec8eb38ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)