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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 贈?o?? | 10010001101000010011111110000010100011110011111100111111 | 91a13f828f3f3f |
EUC-JP | 贈?o?? | 11000010101000110011111110100011111011110011111100111111 | c2a33fa3ef3f3f |
UTF-8 | 贈펙o뤋넸 | 111010001011010010001000111011011000111010011001111011111011110110001111111010111010010010001011111010111000010010111000 | e8b488ed8e99efbd8feba48beb84b8 |
UHC | 贈펙o뤋넸 | 11110001111111001100011011100101101000111110111110001111101110111011001111011110 | f1fcc6e5a3ef8fbbb3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)