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 | 眸眸 | 1110000111000110111101101011110111100001110001101111001011110101 | e1c6f6bde1c6f2f5 |
EUC-JP | 眸?眸? | 111000101100100000111111111000101100100000111111 | e2c83fe2c83f |
UTF-8 | 眸眸 | 111001111001110010111000111011101001001110100100111001111001110010111000111011101000100010101100 | e79cb8ee93a4e79cb8ee88ac |
UHC | 眸?眸? | 110110011100001000111111110110011100001000111111 | d9c23fd9c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)