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 | 帥余?帥 | 10010000100000111001011101011101001111111001000010000011 | 9083975d3f9083 |
EUC-JP | 帥余?帥 | 10111111111000111100110110111110001111111011111111100011 | bfe3cdbe3fbfe3 |
UTF-8 | 帥余족帥 | 111001011011100010100101111001001011110110011001111011001010000110110001111001011011100010100101 | e5b8a5e4bd99eca1b1e5b8a5 |
UHC | 帥余족帥 | 1110000111111101111001011111100111000001101101111110000111111101 | e1fde5f9c1b7e1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)