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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 謔ーh謔ー | 11100110100000101011000001101000111001101000001010110000 | e682b068e682b0 |
EUC-JP | 謔ーh謔ー | 111010111110001010001110101100000110100011101011111000101000111010110000 | ebe28eb068ebe28eb0 |
UTF-8 | 謔ーh謔ー | 11101000101011001001010011101111101111011011000001101000111010001010110010010100111011111011110110110000 | e8ac94efbdb068e8ac94efbdb0 |
UHC | 謔?h謔? | 11111001110011000011111101101000111110011100110000111111 | f9cc3f68f9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)