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 | ??莎お? | 00111111001111111110010010110011100000101010100000111111 | 3f3fe4b382a83f |
EUC-JP | ??莎お? | 00111111001111111110100010110101101001001010101000111111 | 3f3fe8b5a4aa3f |
UTF-8 | 룶뇟莎お룶 | 111010111010001110110110111010111000011110011111111010001000111010001110111000111000000110001010111010111010001110110110 | eba3b6eb879fe88e8ee3818aeba3b6 |
UHC | 룶뇟莎お룶 | 10001111101010111011010010100001110111101110110110101010101010101000111110101011 | 8fabb4a1deedaaaa8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)