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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ユ。}ユ。{^ | 1101010110100001111100111111011101111101110101011010000111110011111101110111101101011110 | d5a1f3f77dd5a1f3f77b5e |
EUC-JP | ユ。?}ユ。?{^ | 10001110110101011000111010100001001111110111110110001110110101011000111010100001001111110111101101011110 | 8ed58ea13f7d8ed58ea13f7b5e |
UTF-8 | ユ。}ユ。{^ | 111011111011111010010101111011111011110110100001111011101000101110101010011111011110111110111110100101011110111110111101101000011110111010001011101010100111101101011110 | efbe95efbda1ee8baa7defbe95efbda1ee8baa7b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)