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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | 眸眸牾Y | 111000011100011011110010111110111110000111000110111000001011000101011001 | e1c6f2fbe1c6e0b159 |
EUC-JP | 眸?眸牾Y | 1110001011001000001111111110001011001000111000001011001101011001 | e2c83fe2c8e0b359 |
UTF-8 | 眸眸牾Y | 11100111100111001011100011101110100010001011001011100111100111001011100011100111100010011011111001011001 | e79cb8ee88b2e79cb8e789be59 |
UHC | 眸?眸?Y | 11011001110000100011111111011001110000100011111101011001 | d9c23fd9c23f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)