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 | 鳥?? | 10010010101110010011111100111111 | 92b93f3f |
EUC-JP | 鳥?? | 11000100101110110011111100111111 | c4bb3f3f |
UTF-8 | 鳥댓렱 | 111010011011001110100101111010111000110010010011111010111010000010110001 | e9b3a5eb8c93eba0b1 |
UHC | 鳥댓렱 | 111100001110100010110100111100011000111010111110 | f0e8b4f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)