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 | 眸眸聟 | 1110000111000110111101101011110111100001110001101110001111011011 | e1c6f6bde1c6e3db |
EUC-JP | 眸?眸聟 | 11100010110010000011111111100010110010001110011011011101 | e2c83fe2c8e6dd |
UTF-8 | 眸眸聟 | 111001111001110010111000111011101001001110100100111001111001110010111000111010001000000110011111 | e79cb8ee93a4e79cb8e8819f |
UHC | 眸?眸? | 110110011100001000111111110110011100001000111111 | d9c23fd9c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)