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 | 譎ウ驪、 | 111001101001100110110011111010011000101110100100 | e699b3e98ba4 |
EUC-JP | 譎ウ驪、 | 1110101111111001100011101011001111110001111010111000111010100100 | ebf98eb3f1eb8ea4 |
UTF-8 | 譎ウ驪、 | 111010001010110110001110111011111011110110110011111010011010100110101010111011111011110110100100 | e8ad8eefbdb3e9a9aaefbda4 |
UHC | 譎?驪? | 111111011101001000111111110101011111000100111111 | fdd23fd5f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)