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 | öÞé¯B | 1111011011011110111010011010111101000010 | f6dee9af42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | öÞé¯B | 10001111101010111101001110001111101010011011000010001111101010111011000110001111101000101011010001000010 | 8fabd38fa9b08fabb18fa2b442 |
UTF-8 | öÞé¯B | 110000111011011011000011100111101100001110101001110000101010111101000010 | c3b6c39ec3a9c2af42 |
UHC | ?Þ??B | 001111111010100010101101001111110011111101000010 | 3fa8ad3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)