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 | 奪存促 | 100100100100010010010001101101101001000110100011 | 924491b691a3 |
EUC-JP | 奪存促 | 110000111010010111000010101110001100001010100101 | c3a5c2b8c2a5 |
UTF-8 | 奪存促 | 111001011010010110101010111001011010110110011000111001001011111110000011 | e5a5aae5ad98e4bf83 |
UHC | 奪存促 | 111101111010110011110000111011011111010110110101 | f7acf0edf5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)