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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 暎?? | 10011101111100110011111100111111 | 9df33f3f |
EUC-JP | 暎®? | 110110101111010110001111101000101110111000111111 | daf58fa2ee3f |
UTF-8 | 暎®㎗ | 1110011010011010100011101100001010101110111000111000111010010111 | e69a8ec2aee38e97 |
UHC | 暎®㎗ | 111001111011001010100010111001111010011110100011 | e7b2a2e7a7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)