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 | ?諺? | 00111111100011001011111100111111 | 3f8cbf3f |
EUC-JP | ?諺熢 | 001111111011100011000001100011111100101010101011 | 3fb8c18fcaab |
UTF-8 | 뤗諺熢 | 111010111010010010010111111010001010101110111010111001111000011010100010 | eba497e8abbae786a2 |
UHC | 뤗諺熢 | 100011111100011111100101111011001101110011101100 | 8fc7e5ecdcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)