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 | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 螂ァK | 11100101101001011010011101001011 | e5a5a74b |
EUC-JP | 螂ァK | 1110101010100111100011101010011101001011 | eaa78ea74b |
UTF-8 | 螂ァK | 11101000100111101000001011101111101111011010011101001011 | e89e82efbda74b |
UHC | 螂?K | 11010101110011000011111101001011 | d5cc3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)