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 | 訷胱 | 111110111010010011100011111101111111010011001101 | fba4e3f7f4cd |
EUC-JP | 訷胱? | 100011111101110111010100111001101111100100111111 | 8fddd4e6f93f |
UTF-8 | 訷胱 | 111010001010100010110111111010001000001110110001111011101000110110111100 | e8a8b7e883b1ee8dbc |
UHC | ?胱? | 00111111110011101100110100111111 | 3fcecd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)