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 | 隱o┸ | 111010001010101010000010100011111000010010111101 | e8aa828f84bd |
EUC-JP | 隱o┸ | 111100001010110010100011111011111010100010111111 | f0aca3efa8bf |
UTF-8 | 隱o┸ | 111010011001101010110001111011111011110110001111111000101001010010111000 | e99ab1efbd8fe294b8 |
UHC | 隱o┸ | 111010111101111110100011111011111010011010111111 | ebdfa3efa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)