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 | 諠懍竜 | 111001101000001110011100111011001001011110110011 | e6839cec97b3 |
EUC-JP | 諠懍竜 | 111010111110001111011000111011101100111010110101 | ebe3d8eeceb5 |
UTF-8 | 諠懍竜 | 111010001010101110100000111001101000011110001101111001111010101110011100 | e8aba0e6878de7ab9c |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)