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 | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
SJIS-WIN | 莎鰹臭e | 11100100101100111000101010001111100011110100110001100101 | e4b38a8f8f4c65 |
EUC-JP | 莎鰹臭e | 11101000101101011011001111101111101111011010110101100101 | e8b5b3efbdad65 |
UTF-8 | 莎鰹臭e | 11101000100011101000111011101001101100001011100111101000100001111010110101100101 | e88e8ee9b0b9e887ad65 |
UHC | 莎?臭e | 110111101110110100111111111101101010101101100101 | deed3ff6ab65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)