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 | 襍ヲ阨顔明 | 111010001011010110100110111010001001010110001010111001111001011010111110 | e8b5a6e8958ae796be |
EUC-JP | 襍ヲ阨顔明 | 11110000101101111000111010100110111011111111010110110100111010011100110011000000 | f0b78ea6eff5b4e9ccc0 |
UTF-8 | 襍ヲ阨顔明 | 111010001010010110001101111011111011110110100110111010011001100010101000111010011010000110010100111001101001100010001110 | e8a58defbda6e998a8e9a194e6988e |
UHC | ???顔明 | 00111111001111110011111111100100110101001101100110100101 | 3f3f3fe4d4d9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)