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 | 顋削⊥ | 111010001111100110001101111011011000000111011011 | e8f98ded81db |
EUC-JP | 顋削⊥ | 111100001111101110111010111011111010001011011101 | f0fbbaefa2dd |
UTF-8 | 顋削⊥ | 111010011010000110001011111001011000100110001010111000101000101010100101 | e9a18be5898ae28aa5 |
UHC | ?削⊥ | 0011111111011110111110111010000111010001 | 3fdefba1d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)