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 | 髯ャ譎、逡 | 1110100110011001101011001110011010011001101001001110011110010101 | e999ace699a4e795 |
EUC-JP | 髯ャ譎、逡 | 11110001111110011000111010101100111010111111100110001110101001001110110111110101 | f1f98eacebf98ea4edf5 |
UTF-8 | 髯ャ譎、逡 | 111010011010101110101111111011111011110110101100111010001010110110001110111011111011110110100100111010011000000010100001 | e9abafefbdace8ad8eefbda4e980a1 |
UHC | ??譎?逡 | 00111111001111111111110111010010001111111111000111100100 | 3f3ffdd23ff1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)