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 | 諛梧㈹^ | 11100110100001111000110011100110100001111000110001011110 | e6878ce6878c5e |
EUC-JP | 諛梧?^ | 111010111110011110111000111010000011111101011110 | ebe7b8e83f5e |
UTF-8 | 諛梧㈹^ | 11101000101010111001101111100110101000101010011111100011100010001011100101011110 | e8ab9be6a2a7e388b95e |
UHC | 諛梧?^ | 111010111011000011100111111111000011111101011110 | ebb0e7fc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)