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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紜詩ェ | 1110001101000001100011101000110110101010 | e3418e8daa |
EUC-JP | 紜詩ェ | 111001011010001010111011111011011000111010101010 | e5a2bbed8eaa |
UTF-8 | 紜詩ェ | 111001111011010010011100111010001010100110101001111011111011110110101010 | e7b49ce8a9a9efbdaa |
UHC | ?詩? | 00111111111000111100110000111111 | 3fe3cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)