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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隲溽朕﨟ェ | 111010001010101110011111111001111001001010111101111110111001110110101010 | e8ab9fe792bdfb9daa |
EUC-JP | 隲溽朕?ェ | 111100001010110111011110111010011100010010111111001111111000111010101010 | f0addee9c4bf3f8eaa |
UTF-8 | 隲溽朕﨟ェ | 111010011001101010110010111001101011101010111101111001101001110010010101111011111010100010011111111011111011110110101010 | e99ab2e6babde69c95efa89fefbdaa |
UHC | ??朕?? | 001111110011111111110010111110010011111100111111 | 3f3ff2f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)