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 | 雹頑ァォ蜍 | 1110100010111001100010101110011010100111101010111110010110001011 | e8b98ae6a7abe58b |
EUC-JP | 雹頑ァォ蜍 | 11110000101110111011010011101000100011101010011110001110101010111110100111101011 | f0bbb4e88ea78eabe9eb |
UTF-8 | 雹頑ァォ蜍 | 111010011001101110111001111010011010000010010001111011111011110110100111111011111011110110101011111010001001110010001101 | e99bb9e9a091efbda7efbdabe89c8d |
UHC | 雹頑??? | 11011010110111111110100011010111001111110011111100111111 | dadfe8d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)