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 | 邃眈狢 | 111000101000010011100001101111001110000011000000 | e284e1bce0c0 |
EUC-JP | 邃眈狢 | 111000111110010011100010101111101110000011000010 | e3e4e2bee0c2 |
UTF-8 | 邃眈狢 | 111010011000001010000011111001111001110010001000111001111000101110100010 | e98283e79c88e78ba2 |
UHC | 邃眈? | 1110001011000101111101111010111100111111 | e2c5f7af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)