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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 狆珎珎^ | 11100000101111001110000011011101111000001101110101011110 | e0bce0dde0dd5e |
EUC-JP | 狆珎珎^ | 11100000101111101110000011011111111000001101111101011110 | e0bee0dfe0df5e |
UTF-8 | 狆珎珎^ | 11100111100010111000011011100111100011111000111011100111100011111000111001011110 | e78b86e78f8ee78f8e5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)