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 | 錻糾轡 | 111010000100011010001011100010101000110001000100 | e8468b8a8c44 |
EUC-JP | 錻糾轡 | 111011111010011110110101111010101011011110100101 | efa7b5eab7a5 |
UTF-8 | 錻糾轡 | 111010011000110010111011111001111011001110111110111010001011110110100001 | e98cbbe7b3bee8bda1 |
UHC | ?糾? | 00111111110100001010110000111111 | 3fd0ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)