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 | ヨ﨩リ}ヨ﨩リ{^ | 1101011011111011111010101101100001111101110101101111101111101010110110000111101101011110 | d6fbead87dd6fbead87b5e |
EUC-JP | ヨ?リ}ヨ?リ{^ | 10001110110101100011111110001110110110000111110110001110110101100011111110001110110110000111101101011110 | 8ed63f8ed87d8ed63f8ed87b5e |
UTF-8 | ヨ﨩リ}ヨ﨩リ{^ | 111011111011111010010110111011111010100010101001111011111011111010011000011111011110111110111110100101101110111110101000101010011110111110111110100110000111101101011110 | efbe96efa8a9efbe987defbe96efa8a9efbe987b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)