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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 霓」h霓 | 111010001011110110100011011010001110100010111101 | e8bda368e8bd |
EUC-JP | 霓」h霓 | 11110000101111111000111010100011011010001111000010111111 | f0bf8ea368f0bf |
UTF-8 | 霓」h霓 | 11101001100111001001001111101111101111011010001101101000111010011001110010010011 | e99c93efbda368e99c93 |
UHC | 霓?h霓 | 111001111110011100111111011010001110011111100111 | e7e73f68e7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)