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 | タオノル | 11000000101101011100100111011001 | c0b5c9d9 |
EUC-JP | タオノル | 1000111011000000100011101011010110001110110010011000111011011001 | 8ec08eb58ec98ed9 |
UTF-8 | タオノル | 111011111011111010000000111011111011110110110101111011111011111010001001111011111011111010011001 | efbe80efbdb5efbe89efbe99 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)