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 | 驗ょシアホ | 11101001100001001000001011100101101111001011000111001110 | e98482e5bcb1ce |
EUC-JP | 驗ょシアホ | 11110001111001001010010011100111100011101011110010001110101100011000111011001110 | f1e4a4e78ebc8eb18ece |
UTF-8 | 驗ょシアホ | 111010011010100110010111111000111000001010000111111011111011110110111100111011111011110110110001111011111011111010001110 | e9a997e38287efbdbcefbdb1efbe8e |
UHC | 驗ょ??? | 11111010110100001010101011100111001111110011111100111111 | fad0aae73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)