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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 罔処尚絮 | 1110001110100110100011111000100010001111101011101110001101010000 | e3a68f888faee350 |
EUC-JP | 罔処尚絮 | 1110011010101000101111011110100010111110101100001110010110110001 | e6a8bde8beb0e5b1 |
UTF-8 | 罔処尚絮 | 111001111011110110010100111001011000011110100110111001011011000010011010111001111011010110101110 | e7bd94e587a6e5b09ae7b5ae |
UHC | 罔??絮 | 110110001101001000111111001111111101111111111100 | d8d23f3fdffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)