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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??∨與? | 00111111001111111000000111001001111001000110111100111111 | 3f3f81c9e46f3f |
EUC-JP | ??∨與? | 00111111001111111010001011001011111001111101000000111111 | 3f3fa2cbe7d03f |
UTF-8 | 룶殺∨與핊 | 111010111010001110110110111011111010010110110000111000101000100010101000111010001000100010000111111011011001010110001010 | eba3b6efa5b0e288a8e88887ed958a |
UHC | 룶殺∨與핊 | 10001111101010111110000111101101101000011111110111100110101010001100000010001111 | 8fabe1eda1fde6a8c08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)