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 | 誼??耿? | 10001011011000100011111100111111111000111101010000111111 | 8b623f3fe3d43f |
EUC-JP | 誼??耿? | 10110101110000110011111100111111111001101101011000111111 | b5c33f3fe6d63f |
UTF-8 | 誼잰렭耿렣 | 111010001010101010111100111011001001111010110000111010111010000010101101111010001000000010111111111010111010000010100011 | e8aabcec9eb0eba0ade880bfeba0a3 |
UHC | 誼잰렭耿렣 | 11101011111111101100000011101001100011101011101011001100111010101000111010110100 | ebfec0e98ebaccea8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)