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 | 踴帑シ守 | 11100110111110111001101111100100101111001000111011100111 | e6fb9be4bc8ee7 |
EUC-JP | 踴帑シ守 | 1110110011111101110101101110011010001110101111001011110011101001 | ecfdd6e68ebcbce9 |
UTF-8 | 踴帑シ守 | 111010001011100010110100111001011011100010010001111011111011110110111100111001011010111010001000 | e8b8b4e5b891efbdbce5ae88 |
UHC | ?帑?守 | 001111111111011110110110001111111110000111111010 | 3ff7b63fe1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)