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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 狐?孩 | 1000110011001111001111111001101101110111 | 8ccf3f9b77 |
EUC-JP | 狐?孩 | 1011100011010001001111111101010111011000 | b8d13fd5d8 |
UTF-8 | 狐렏孩 | 111001111000101110010000111010111010000010001111111001011010110110101001 | e78b90eba08fe5ada9 |
UHC | 狐렏孩 | 111110111100111110001110101001011111101010101001 | fbcf8ea5faa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)