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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 竺筧射 | 100011101011000111100010101010001000111011001011 | 8eb1e2a88ecb |
EUC-JP | 竺筧射 | 101111001011001111100100101010101011110011001101 | bcb3e4aabccd |
UTF-8 | 竺筧射 | 111001111010101110111010111001111010110110100111111001011011000010000100 | e7abbae7ada7e5b084 |
UHC | 竺?射 | 1111010111100111001111111101111011010010 | f5e73fded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)