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 | 翁?? | 10001001101001010011111100111111 | 89a53f3f |
EUC-JP | 翁?? | 10110010101001110011111100111111 | b2a73f3f |
UTF-8 | 翁댑ㄽ | 111001111011111110000001111010111000110010010001111000111000010010111101 | e7bf81eb8c91e384bd |
UHC | 翁댑ㄽ | 111010001011101010110100111100001010010010101101 | e8bab4f0a4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)