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 | 雹頑ァォ蓚 | 1110100010111001100010101110011010100111101010111110010011101001 | e8b98ae6a7abe4e9 |
EUC-JP | 雹頑ァォ蓚 | 11110000101110111011010011101000100011101010011110001110101010111110100011101011 | f0bbb4e88ea78eabe8eb |
UTF-8 | 雹頑ァォ蓚 | 111010011001101110111001111010011010000010010001111011111011110110100111111011111011110110101011111010001001001110011010 | e99bb9e9a091efbda7efbdabe8939a |
UHC | 雹頑??蓚 | 1101101011011111111010001101011100111111001111111110001010111110 | dadfe8d73f3fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)