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 | 蟆コ譚捺 | 11100101101100001011101011100110100111011001001111100110 | e5b0bae69d93e6 |
EUC-JP | 蟆コ譚捺 | 1110101010110010100011101011101011101011111111011100011011101000 | eab28ebaebfdc6e8 |
UTF-8 | 蟆コ譚捺 | 111010001001111110000110111011111011110110111010111010001010110110011010111001101000110110111010 | e89f86efbdbae8ad9ae68dba |
UHC | ??譚捺 | 001111110011111111010011110010011101000111110100 | 3f3fd3c9d1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)