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 | 銷疲コイ | 111001111111011110010100111001101011101010110010 | e7f794e6bab2 |
EUC-JP | 銷疲コイ | 1110111011111001110010001110100010001110101110101000111010110010 | eef9c8e88eba8eb2 |
UTF-8 | 銷疲コイ | 111010011000101010110111111001111001011010110010111011111011110110111010111011111011110110110010 | e98ab7e796b2efbdbaefbdb2 |
UHC | 銷疲?? | 111000011101000111111001101010100011111100111111 | e1d1f9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)