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 | 韃育エ勇 | 11101000111001011000100011100111101101001001011101000101 | e8e588e7b49745 |
EUC-JP | 韃育エ勇 | 1111000011100111101100001110100110001110101101001100110110100110 | f0e7b0e98eb4cda6 |
UTF-8 | 韃育エ勇 | 111010011001111110000011111010001000001010110010111011111011110110110100111001011000101110000111 | e99f83e882b2efbdb4e58b87 |
UHC | ?育?勇 | 001111111110101111000000001111111110100110111000 | 3febc03fe9b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)