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 | 鶯ы?儒 | 11101001111100101000010010001101001111111000111011110010 | e9f2848d3f8ef2 |
EUC-JP | 鶯ы?儒 | 11110010111101001010011111101101001111111011110011110100 | f2f4a7ed3fbcf4 |
UTF-8 | 鶯ы쓼儒 | 1110100110110110101011111101000110001011111011001001001110111100111001011000010010010010 | e9b6afd18bec93bce58492 |
UHC | 鶯ы쓼儒 | 1110010110100011101011001110110110011101100101111110101011100011 | e5a3aced9d97eae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)