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 | 磁鱶叱鰀 | 11110010101010111000111010100101111010011110011010001110101101101111110001000110 | f2ab8ea5e9e68eb6fc46 |
EUC-JP | ?磁鱶叱鰀 | 00111111101111001010011111110010111010001011110010111000100011111110101110100101 | 3fbca7f2e8bcb88feba5 |
UTF-8 | 磁鱶叱鰀 | 111011101000011110100010111001111010001110000001111010011011000110110110111001011000111110110001111010011011000010000000 | ee87a2e7a381e9b1b6e58fb1e9b080 |
UHC | ?磁?叱? | 00111111111011011011100000111111111100101110101000111111 | 3fedb83ff2ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)