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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 宍射失 | 100011101011001110001110110010111000111010111000 | 8eb38ecb8eb8 |
EUC-JP | 宍射失 | 101111001011010110111100110011011011110010111010 | bcb5bccdbcba |
UTF-8 | 宍射失 | 111001011010111010001101111001011011000010000100111001011010010010110001 | e5ae8de5b084e5a4b1 |
UHC | ?射失 | 0011111111011110110100101110001111110111 | 3fded2e3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)