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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 阮帛ア | 1110100010010110100110111110010110110001 | e8969be5b1 |
EUC-JP | 阮帛ア | 111011111111011011010110111001111000111010110001 | eff6d6e78eb1 |
UTF-8 | 阮帛ア | 111010011001100010101110111001011011100010011011111011111011110110110001 | e998aee5b89befbdb1 |
UHC | 阮帛? | 1110100011010110110110111101100100111111 | e8d6dbd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)