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 | モケラ疉 | 1101001110111001110101111110000101101000 | d3b9d7e168 |
EUC-JP | モケラ疉 | 1000111011010011100011101011100110001110110101111110000111001001 | 8ed38eb98ed7e1c9 |
UTF-8 | モケラ疉 | 111011111011111010010011111011111011110110111001111011111011111010010111111001111001011010001001 | efbe93efbdb9efbe97e79689 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)