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 | 閼ア蟄俶錐 | 111010001000010010110001111001011010110110011000111001101001000010001101 | e884b1e5ad98e6908d |
EUC-JP | 閼ア蟄俶錐 | 11101111111001001000111010110001111010101010111111010000111010001011111111101101 | efe48eb1eaafd0e8bfed |
UTF-8 | 閼ア蟄俶錐 | 111010011001011010111100111011111011110110110001111010001001111110000100111001001011111110110110111010011000110010010000 | e996bcefbdb1e89f84e4bfb6e98c90 |
UHC | 閼?蟄?錐 | 1110010011011001001111111111011011011110001111111111010111011110 | e4d93ff6de3ff5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)