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 | エ眤ス | 10110100111000011100000010111101 | b4e1c0bd |
EUC-JP | エ眤ス | 100011101011010011100010110000101000111010111101 | 8eb4e2c28ebd |
UTF-8 | エ眤ス | 111011111011110110110100111001111001110010100100111011111011110110111101 | efbdb4e79ca4efbdbd |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)