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 | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
SJIS-WIN | ラ瞠ゥD | 11010111111000011101001110101001111101101100111001000100 | d7e1d3a9f6ce44 |
EUC-JP | ラ瞠ゥ?D | 1000111011010111111000101101010110001110101010010011111101000100 | 8ed7e2d58ea93f44 |
UTF-8 | ラ瞠ゥD | 11101111101111101001011111100111100111101010000011101111101111011010100111101110100100111011010101000100 | efbe97e79ea0efbda9ee93b544 |
UHC | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)