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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 駿???諍 | 10001111011110000011111100111111001111111110011001111001 | 8f783f3f3fe679 |
EUC-JP | 駿???諍 | 10111101110110010011111100111111001111111110101111011010 | bdd93f3f3febda |
UTF-8 | 駿곌렮렪諍 | 111010011010011110111111111010101011001110001100111010111010000010101110111010111010000010101010111010001010101110001101 | e9a7bfeab38ceba0aeeba0aae8ab8d |
UHC | 駿곌렮렪諍 | 11110001111001111011000011101010100011101011101110001110101110001110111010110101 | f1e7b0ea8ebb8eb8eeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)