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 | 룴횕∨與핊 | 111010111010001110110100111011011001101010010101111000101000100010101000111010001000100010000111111011011001010110001010 | eba3b4ed9a95e288a8e88887ed958a |
UHC | 룴횕∨與핊 | 10001111101010011100001110001111101000011111110111100110101010001100000010001111 | 8fa9c38fa1fde6a8c08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)