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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???易ч?B | 001111110011111100111111100010001101010110000100100010010011111101000010 | 3f3f3f88d584893f42 |
EUC-JP | ???易ч?B | 001111110011111100111111101100001101011110100111111010010011111101000010 | 3f3f3fb0d7a7e93f42 |
UTF-8 | 僚㎬뮅易ч뮈B | 111011111010011010111011111000111000111010101100111010111010111010000101111001101001100010010011110100011000011111101011101011101000100001000010 | efa6bbe38eacebae85e69893d187ebae8842 |
UHC | 僚㎬뮅易ч뮈B | 11101000111010001010011111101000100100101001010011100110101101101010110011101001101110011011111101000010 | e8e8a7e89294e6b6ace9b9bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)