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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 訷夂汞\ | 11111011101001001001101011100111100111111000011101011100 | fba49ae79f875c |
EUC-JP | 訷夂汞\ | 1000111111011101110101001101010011101001110111011110011101011100 | 8fddd4d4e9dde75c |
UTF-8 | 訷夂汞\ | 11101000101010001011011111100101101001001000001011100110101100011001111001011100 | e8a8b7e5a482e6b19e5c |
UHC | ??汞\ | 0011111100111111111110111111000101011100 | 3f3ffbf15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)