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 | 蕚簔シル | 111001001101010011100010110000011011110011011001 | e4d4e2c1bcd9 |
EUC-JP | 蕚簔シル | 1110100011010110111001001100001110001110101111001000111011011001 | e8d6e4c38ebc8ed9 |
UTF-8 | 蕚簔シル | 111010001001010110011010111001111011000010010100111011111011110110111100111011111011111010011001 | e8959ae7b094efbdbcefbe99 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)