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 | 隴臥匠 | 111010001010110110001001111001111000111110100000 | e8ad89e78fa0 |
EUC-JP | 隴臥匠 | 111100001010111110110010111010011011111010100010 | f0afb2e9bea2 |
UTF-8 | 隴臥匠 | 111010011001101010110100111010001000011110100101111001011000110010100000 | e99ab4e887a5e58ca0 |
UHC | ?臥匠 | 0011111111101000110000101110110111011101 | 3fe8c2eddd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)