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 | 鮠取撼 | 111010011011110010001110111001101001110110011110 | e9bc8ee69d9e |
EUC-JP | 鮠取撼 | 111100101011111010111100111010001101100111111110 | f2bebce8d9fe |
UTF-8 | 鮠取撼 | 111010011010111010100000111001011000111110010110111001101001001010111100 | e9aea0e58f96e692bc |
UHC | ?取? | 00111111111101101010001000111111 | 3ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)