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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霈雅。尖。某 | 11101000101111001000100111101011101000011001000011101011101000011001011001011110 | e8bc89eba190eba1965e |
EUC-JP | 霈雅。尖。某 | 111100001011111010110010111011011000111010100001110000001110110110001110101000011100101110111111 | f0beb2ed8ea1c0ed8ea1cbbf |
UTF-8 | 霈雅。尖。某 | 111010011001110010001000111010011001101110000101111011111011110110100001111001011011000010010110111011111011110110100001111001101001111110010000 | e99c88e99b85efbda1e5b096efbda1e69f90 |
UHC | ?雅?尖?某 | 001111111110010010111010001111111111010011010011001111111101100110111011 | 3fe4ba3ff4d33fd9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)