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 | 勇?8應 | 10010111010001010011111110000010010101111001110011100100 | 97453f82579ce4 |
EUC-JP | 勇?8應 | 11001101101001100011111110100011101110001101100011100110 | cda63fa3b8d8e6 |
UTF-8 | 勇싲8應 | 111001011000101110000111111011001000101110110010111011111011110010011000111001101000011110001001 | e58b87ec8bb2efbc98e68789 |
UHC | 勇싲8應 | 1110100110111000100110101110101110100011101110001110101111101011 | e9b89aeba3b8ebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)