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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ・ェ | 111100111010100011110010111101011010010110101010 | f3a8f2f5a5aa |
EUC-JP | ??・ェ | 001111110011111110001110101001011000111010101010 | 3f3f8ea58eaa |
UTF-8 | ・ェ | 111011101000101010011011111011101000100010101100111011111011110110100101111011111011110110101010 | ee8a9bee88acefbda5efbdaa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)