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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ヨョヨオ瀇 | 110101101010111011010110101101011111101101001111 | d6aed6b5fb4f |
EUC-JP | ヨョヨオ瀇 | 1000111011010110100011101010111010001110110101101000111010110101100011111100100110101101 | 8ed68eae8ed68eb58fc9ad |
UTF-8 | ヨョヨオ瀇 | 111011111011111010010110111011111011110110101110111011111011111010010110111011111011110110110101111001111000000010000111 | efbe96efbdaeefbe96efbdb5e78087 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)