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 | 嘲貊?臍 | 10011010011111011110011010111011001111111110010001100000 | 9a7de6bb3fe460 |
EUC-JP | 嘲貊?臍 | 11010011110111101110110010111101001111111110011111000001 | d3deecbd3fe7c1 |
UTF-8 | 嘲貊갹臍 | 111001011001100010110010111010001011001010001010111010101011000010111001111010001000011110001101 | e598b2e8b28aeab0b9e8878d |
UHC | 嘲貊갹臍 | 1111000010111111110110001110011110110000101111011111000010110000 | f0bfd8e7b0bdf0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)