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 | 佇?h靜?\ | 100110001100100000111111100000101000100011101000110011100011111101011100 | 98c83f8288e8ce3f5c |
EUC-JP | 佇?h靜?\ | 110100001100101000111111101000111110100011110000110100000011111101011100 | d0ca3fa3e8f0d03f5c |
UTF-8 | 佇쇔h靜렫\ | 11100100101111011000011111101100100001111001010011101111101111011000100011101001100111011001110011101011101000001010101101011100 | e4bd87ec8794efbd88e99d9ceba0ab5c |
UHC | 佇쇔h靜렫\ | 1110111010110111101111001110010110100011111010001111000010100001100011101011100101011100 | eeb7bce5a3e8f0a18eb95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)