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 | 治邪耳 | 100011101010000110001110110101111000111010101000 | 8ea18ed78ea8 |
EUC-JP | 治邪耳 | 101111001010001110111100110110011011110010101010 | bca3bcd9bcaa |
UTF-8 | 治邪耳 | 111001101011001010111011111010011000001010101010111010001000000010110011 | e6b2bbe982aae880b3 |
UHC | 治邪耳 | 111101101011110111011110111101111110110010111100 | f6bddef7ecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)