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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?ъ?恁?\ | 0011111110000100100011000011111110011100100011000011111101011100 | 3f848c3f9c8c3f5c |
EUC-JP | ?ъ?恁?\ | 0011111110100111111011000011111111010111111011000011111101011100 | 3fa7ec3fd7ec3f5c |
UTF-8 | 泥ъ쮫恁튴\ | 111011111010011110100011110100011000101011101100101011101010101111100110100000011000000111101101100010101011010001011100 | efa7a3d18aecaeabe68181ed8ab45c |
UHC | 泥ъ쮫恁튴\ | 1110110010110010101011001110110010101000100010001110110011110110101110100110011001011100 | ecb2aceca888ecf6ba665c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)