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 | 髯ャ譎槫延 | 111010011001100110101100111001101001100110011110111001011000100110000100 | e999ace6999ee58984 |
EUC-JP | 髯ャ譎槫延 | 11110001111110011000111010101100111010111111100111011100111001111011000111100100 | f1f98eacebf9dce7b1e4 |
UTF-8 | 髯ャ譎槫延 | 111010011010101110101111111011111011110110101100111010001010110110001110111001101010011110101011111001011011101110110110 | e9abafefbdace8ad8ee6a7abe5bbb6 |
UHC | ??譎?延 | 00111111001111111111110111010010001111111110011011000101 | 3f3ffdd23fe6c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)