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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 震??? | 1001000001101011001111110011111100111111 | 906b3f3f3f |
EUC-JP | 震??? | 1011111111001100001111110011111100111111 | bfcc3f3f3f |
UTF-8 | 震렾渽렍 | 111010011001110010000111111010111010000010111110111001101011100010111101111010111010000010001101 | e99c87eba0bee6b8bdeba08d |
UHC | 震렾渽렍 | 1111001011101000100011101100011011101110101010101000111010100011 | f2e88ec6eeaa8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)