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 | 貞朧岷 | 100100101110010110011110010011111001101110101111 | 92e59e4f9baf |
EUC-JP | 貞朧岷 | 110001001110011111011011101100001101011010110001 | c4e7dbb0d6b1 |
UTF-8 | 貞朧岷 | 111010001011001010011110111001101001110010100111111001011011001010110111 | e8b29ee69ca7e5b2b7 |
UHC | 貞朧岷 | 111011111111011011010110111010001101101010111110 | eff6d6e8dabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)