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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 粲∽┰萬 | 1110001011101010100000011110010010000100101110111110010011011101 | e2ea81e484bbe4dd |
| EUC-JP | 粲∽┰萬 | 1110010011101100101000101110011010101000101111011110100011011111 | e4eca2e6a8bde8df |
| UTF-8 | 粲∽┰萬 | 111001111011001010110010111000101000100010111101111000101001010010110000111010001001000010101100 | e7b2b2e288bde294b0e890ac |
| UHC | 粲∽┰萬 | 1111001111000100101000011110111110100110101111011101100010111111 | f3c4a1efa6bdd8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)