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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 痍?h痍 | 111000010111011100111111011010001110000101110111 | e1773f68e177 |
EUC-JP | 痍?h痍 | 111000011101100000111111011010001110000111011000 | e1d83f68e1d8 |
UTF-8 | 痍렩h痍 | 11100111100101111000110111101011101000001010100101101000111001111001011110001101 | e7978deba0a968e7978d |
UHC | 痍렩h痍 | 11101100101101111000111010110111011010001110110010110111 | ecb78eb768ecb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)