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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 迯礼是O | 11100111100011011001011111100111100100001010010101001111 | e78d97e790a54f |
| EUC-JP | 迯礼是O | 11101101111011011100111011101001110000001010011101001111 | ededcee9c0a74f |
| UTF-8 | 迯礼是O | 11101000101111111010111111100111101001001011110011100110100110001010111101001111 | e8bfafe7a4bce698af4f |
| UHC | ??是O | 0011111100111111111000111100000001001111 | 3f3fe3c04f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)