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 | タ﨑ヨタ叝シ | 1100000011111010101100011101011011000000111110101000111110111100 | c0fab1d6c0fa8fbc |
EUC-JP | タ?ヨタ叝シ | 100011101100000000111111100011101101011010001110110000001000111110110100110111101000111010111100 | 8ec03f8ed68ec08fb4de8ebc |
UTF-8 | タ﨑ヨタ叝シ | 111011111011111010000000111011111010100010010001111011111011111010010110111011111011111010000000111001011000111110011101111011111011110110111100 | efbe80efa891efbe96efbe80e58f9defbdbc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)