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 | ????Q | 0011111100111111001111110011111101010001 | 3f3f3f3f51 |
SJIS-WIN | ラ瞠ゥ獗Q | 11010111111000011101001110101001111000001101001101010001 | d7e1d3a9e0d351 |
EUC-JP | ラ瞠ゥ獗Q | 100011101101011111100010110101011000111010101001111000001101010101010001 | 8ed7e2d58ea9e0d551 |
UTF-8 | ラ瞠ゥ獗Q | 11101111101111101001011111100111100111101010000011101111101111011010100111100111100011011001011101010001 | efbe97e79ea0efbda9e78d9751 |
UHC | ???獗Q | 001111110011111100111111110011111111000101010001 | 3f3f3fcff151 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)