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 | 髱懍私 | 111010011001110110011100111011001000111010000100 | e99d9cec8e84 |
EUC-JP | 髱懍私 | 111100011111110111011000111011101011101111100100 | f1fdd8eebbe4 |
UTF-8 | 髱懍私 | 111010011010101110110001111001101000011110001101111001111010011110000001 | e9abb1e6878de7a781 |
UHC | ??私 | 00111111001111111101111011100111 | 3f3fdee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)