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 | ??q???? | 00111111001111110111000100111111001111110011111100111111 | 3f3f713f3f3f3f |
| SJIS-WIN | 蜿ゥq霎ー驕念 | 1110010110001111101010010111000111101000101111101011000011101001100000011001010001001111 | e58fa971e8beb0e981944f |
| EUC-JP | 蜿ゥq霎ー驕念 | 11101001111011111000111010101001011100011111000011000000100011101011000011110001111000011100011110110000 | e9ef8ea971f0c08eb0f1e1c7b0 |
| UTF-8 | 蜿ゥq霎ー驕念 | 11101000100111001011111111101111101111011010100101110001111010011001110010001110111011111011110110110000111010011010100110010101111001011011111110110101 | e89cbfefbda971e99c8eefbdb0e9a995e5bfb5 |
| UHC | ??q??驕念 | 001111110011111101110001001111110011111111001110111101101101001010110111 | 3f3f713f3fcef6d2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)