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 | 11101000101111111010111111100111101001001011110011100110100110001010111101001111 | e8bfafe7a4bce698af4f |
| EUC-JP | 霑ッ遉シ譏ッO | 11110000110000011000111010101111111011101010011010001110101111001110101111111000100011101010111101001111 | f0c18eafeea68ebcebf88eaf4f |
| UTF-8 | 霑ッ遉シ譏ッO | 11101001100111001001000111101111101111011010111111101001100000011000100111101111101111011011110011101000101011011000111111101111101111011010111101001111 | e99c91efbdafe98189efbdbce8ad8fefbdaf4f |
| UHC | 霑???譏?O | 111011111100010100111111001111110011111111010001110000010011111101001111 | efc53f3f3fd1c13f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)