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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銹伎ウョ毅 | 11100111111101101000101011101010101100111010111011111001111110101000101101000010 | e7f68aeab3aef9fa8b42 |
EUC-JP | 銹伎ウョ?毅 | 1110111011111000101101001110110010001110101100111000111010101110001111111011010110100011 | eef8b4ec8eb38eae3fb5a3 |
UTF-8 | 銹伎ウョ毅 | 111010011000101010111001111001001011110010001110111011111011110110110011111011111011110110101110111011101001110110010101111001101010111110000101 | e98ab9e4bc8eefbdb3efbdaeee9d95e6af85 |
UHC | 銹伎???毅 | 111000101100100011010000111010110011111100111111001111111110101111110110 | e2c8d0eb3f3f3febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)