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 | 鞐暮ァェ | 111010001101111010010101111010011010011110101010 | e8de95e9a7aa |
EUC-JP | 鞐暮ァェ | 1111000011100000110010101110101110001110101001111000111010101010 | f0e0caeb8ea78eaa |
UTF-8 | 鞐暮ァェ | 111010011001111010010000111001101001101010101110111011111011110110100111111011111011110110101010 | e99e90e69aaeefbda7efbdaa |
UHC | ?暮?? | 0011111111011001101110100011111100111111 | 3fd9ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)