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 | 陲夜#菫 | 1110100010100010100101101110100110000001100101001110010010111111 | e8a296e98194e4bf |
EUC-JP | 陲夜#菫 | 1111000010100100110011001110101110100001111101001110100011000001 | f0a4cceba1f4e8c1 |
UTF-8 | 陲夜#菫 | 111010011001100110110010111001011010010010011100111011111011110010000011111010001000111110101011 | e999b2e5a49cefbc83e88fab |
UHC | ?夜#菫 | 00111111111001011010100010100011101000111101000011001011 | 3fe5a8a3a3d0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)