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 | ????Ex | 001111110011111100111111001111110100010101111000 | 3f3f3f3f4578 |
SJIS-WIN | ラ瞠ゥEx | 1101011111100001110100111010100111110011101101010100010101111000 | d7e1d3a9f3b54578 |
EUC-JP | ラ瞠ゥ?Ex | 100011101101011111100010110101011000111010101001001111110100010101111000 | 8ed7e2d58ea93f4578 |
UTF-8 | ラ瞠ゥEx | 1110111110111110100101111110011110011110101000001110111110111101101010011110111010001010101010000100010101111000 | efbe97e79ea0efbda9ee8aa84578 |
UHC | ????Ex | 001111110011111100111111001111110100010101111000 | 3f3f3f3f4578 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)