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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 姐?搗 | 1000100010110111001111111001110110010001 | 88b73f9d91 |
EUC-JP | 姐?搗 | 1011000010111001001111111101100111110001 | b0b93fd9f1 |
UTF-8 | 姐쿠搗 | 111001011010011110010000111011001011111110100000111001101001000010010111 | e5a790ecbfa0e69097 |
UHC | 姐쿠搗 | 111011101011101111000100111011011101001111111101 | eebbc4edd3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)