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 | 闌佩セ | 1110100010001100100110001100111010111110 | e88c98cebe |
EUC-JP | 闌佩セ | 111011111110110011010000110100001000111010111110 | efecd0d08ebe |
UTF-8 | 闌佩セ | 111010011001011110001100111001001011110110101001111011111011110110111110 | e9978ce4bda9efbdbe |
UHC | ?佩? | 00111111111110001010010100111111 | 3ff8a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)