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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 椥彧椥彧^ | 100111101010011111111010101110011001111010100111111110101011100101011110 | 9ea7fab99ea7fab95e |
EUC-JP | 椥彧椥彧^ | 1101110010101001100011111011110011111110110111001010100110001111101111001111111001011110 | dca98fbcfedca98fbcfe5e |
UTF-8 | 椥彧椥彧^ | 11100110101001001010010111100101101111011010011111100110101001001010010111100101101111011010011101011110 | e6a4a5e5bda7e6a4a5e5bda75e |
UHC | ?彧?彧^ | 00111111111010011110111000111111111010011110111001011110 | 3fe9ee3fe9ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)