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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 茘処沓e^ | 1110010010101011100011111000100010001100010000100110010101011110 | e4ab8f888c42655e |
EUC-JP | 茘処沓e^ | 1110100010101101101111011110100010110111101000110110010101011110 | e8adbde8b7a3655e |
UTF-8 | 茘処沓e^ | 1110100010001100100110001110010110000111101001101110011010110010100100110110010101011110 | e88c98e587a6e6b293655e |
UHC | ??沓e^ | 001111110011111111010011110010110110010101011110 | 3f3fd3cb655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)