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 | 勇?)宜 | 10010111010001010011111110000001011010101000101101011000 | 97453f816a8b58 |
EUC-JP | 勇?)宜 | 11001101101001100011111110100001110010111011010110111001 | cda63fa1cbb5b9 |
UTF-8 | 勇싲)宜 | 111001011000101110000111111011001000101110110010111011111011110010001001111001011010111010011100 | e58b87ec8bb2efbc89e5ae9c |
UHC | 勇싲)宜 | 1110100110111000100110101110101110100011101010011110101111110001 | e9b89aeba3a9ebf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)