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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ラ勒キ | 11010111111010001101001110110111 | d7e8d3b7 |
EUC-JP | ラ勒キ | 100011101101011111110000110101011000111010110111 | 8ed7f0d58eb7 |
UTF-8 | ラ勒キ | 111011111011111010010111111001011000101110010010111011111011110110110111 | efbe97e58b92efbdb7 |
UHC | ?勒? | 00111111110101111100110100111111 | 3fd7cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)