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 | 髫補茜 | 111010011001101010010101111000101000100010101001 | e99a95e288a9 |
EUC-JP | 髫補茜 | 111100011111101011001010111001001011000010101011 | f1facae4b0ab |
UTF-8 | 髫補茜 | 111010011010101110101011111010001010001110011100111010001000110010011100 | e9ababe8a39ce88c9c |
UHC | ?補? | 00111111110111001100110100111111 | 3fdccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)