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 | ラ瞠ケ簔 | 1101011111100001110100111011100111110000111000111110001011000001 | d7e1d3b9f0e3e2c1 |
EUC-JP | ラ瞠ケ?簔 | 100011101101011111100010110101011000111010111001001111111110010011000011 | 8ed7e2d58eb93fe4c3 |
UTF-8 | ラ瞠ケ簔 | 111011111011111010010111111001111001111010100000111011111011110110111001111011101000001010100010111001111011000010010100 | efbe97e79ea0efbdb9ee82a2e7b094 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)