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 | 箋迄姪鍼 | 1110001010110011100101101001100010010110110000111110100001001001 | e2b3969896c3e849 |
EUC-JP | 箋迄姪鍼 | 1110010010110101110010111111100011001100110001011110111110101010 | e4b5cbf8ccc5efaa |
UTF-8 | 箋迄姪鍼 | 111001111010111010001011111010001011111110000100111001011010011110101010111010011000110110111100 | e7ae8be8bf84e5a7aae98dbc |
UHC | 箋?姪鍼 | 11101111101010000011111111110010111010111111011011011101 | efa83ff2ebf6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)