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 | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | 蝓趣ス。誾。O | 11100101100111111000111011101111101111011010000111111011101001111010000101001111 | e59f8eefbda1fba7a14f |
| EUC-JP | 蝓趣ス。誾。O | 1110101010100001101111001111000110001110101111011000111010100001100011111101111010100100100011101010000101001111 | eaa1bcf18ebd8ea18fdea48ea14f |
| UTF-8 | 蝓趣ス。誾。O | 11101000100111011001001111101000101101101010001111101111101111011011110111101111101111011010000111101000101010101011111011101111101111011010000101001111 | e89d93e8b6a3efbdbdefbda1e8aabeefbda14f |
| UHC | ?趣??誾?O | 001111111111011010101100001111110011111111101011110111010011111101001111 | 3ff6ac3f3febdd3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)