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 | ?賁鯆 | 0011111111100110110010101110100111000010 | 3fe6cae9c2 |
EUC-JP | 渻賁鯆 | 10001111110001111110111111101100110011001111001011000100 | 8fc7efecccf2c4 |
UTF-8 | 渻賁鯆 | 111001101011100010111011111010001011001110000001111010011010111110000110 | e6b8bbe8b381e9af86 |
UHC | ?賁? | 00111111110111011101001100111111 | 3fddd33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)