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 | 隴雅ク | 1110100010101101100010011110101110111000 | e8ad89ebb8 |
EUC-JP | 隴雅ク | 111100001010111110110010111011011000111010111000 | f0afb2ed8eb8 |
UTF-8 | 隴雅ク | 111010011001101010110100111010011001101110000101111011111011110110111000 | e99ab4e99b85efbdb8 |
UHC | ?雅? | 00111111111001001011101000111111 | 3fe4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)