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 | 俄e? | 1000100111100010100000101000010100111111 | 89e282853f |
EUC-JP | 俄e? | 1011001011100100101000111110010100111111 | b2e4a3e53f |
UTF-8 | 俄e뎄 | 111001001011111110000100111011111011110110000101111010111000111010000100 | e4bf84efbd85eb8e84 |
UHC | 俄e뎄 | 111001001010110110100011111001011011010110101100 | e4ada3e5b5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)