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 | ????rE | 001111110011111100111111001111110111001001000101 | 3f3f3f3f7245 |
SJIS-WIN | ラ瞠ゥrE | 1101011111100001110100111010100111110000111011100111001001000101 | d7e1d3a9f0ee7245 |
EUC-JP | ラ瞠ゥ?rE | 100011101101011111100010110101011000111010101001001111110111001001000101 | 8ed7e2d58ea93f7245 |
UTF-8 | ラ瞠ゥrE | 1110111110111110100101111110011110011110101000001110111110111101101010011110111010000010101011010111001001000101 | efbe97e79ea0efbda9ee82ad7245 |
UHC | ????rE | 001111110011111100111111001111110111001001000101 | 3f3f3f3f7245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)