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^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
EUC-JP | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
UTF-8 | 女귢껳e^ | 1110111110100110100000011110101010110111101000101110101010111011101100110110010101011110 | efa681eab7a2eabbb3655e |
UHC | 女귢껳e^ | 1110010111111100100000101110101010000100010010110110010101011110 | e5fc82ea844b655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)