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 | 룶즽∨與죴 | 111010111010001110110110111011001010011010111101111000101000100010101000111010001000100010000111111011001010001110110100 | eba3b6eca6bde288a8e88887eca3b4 |
UHC | 룶즽∨與죴 | 10001111101010111010001110001111101000011111110111100110101010001010000110001111 | 8faba38fa1fde6a8a18f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)