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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 絨号犬 | 111000110100111110001101100001101000110010100010 | e34f8d868ca2 |
EUC-JP | 絨号犬 | 111001011011000010111001111001101011100010100100 | e5b0b9e6b8a4 |
UTF-8 | 絨号犬 | 111001111011010110101000111001011000111110110111111001111000101010101100 | e7b5a8e58fb7e78aac |
UHC | 絨?犬 | 1110101111010110001111111100110010110011 | ebd63fccb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)