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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ラ矼モ | 111101111010110011010111111000011110001111010011 | f7acd7e1e3d3 |
EUC-JP | ?ラ矼モ | 00111111100011101101011111100010111001011000111011010011 | 3f8ed7e2e58ed3 |
UTF-8 | ラ矼モ | 111011101001011010001111111011111011111010010111111001111001111110111100111011111011111010010011 | ee968fefbe97e79fbcefbe93 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)