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 | 脂班렮뀄 | 111010001000010010000010111001111000111110101101111010111010000010101110111010111000000010000100 | e88482e78fadeba0aeeb8084 |
UHC | 脂班렮뀄 | 1111001010110111110110101110110010001110101110111011001011101101 | f2b7daec8ebbb2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)