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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??牆?調 | 00111111001111111110000010101101001111111001001010110010 | 3f3fe0ad3f92b2 |
EUC-JP | ??牆?調 | 00111111001111111110000010101111001111111100010010110100 | 3f3fe0af3fc4b4 |
UTF-8 | 麟렡牆렓調 | 111011111010011110110011111010111010000010100001111001111000100110000110111010111010000010010011111010001010101010111111 | efa7b3eba0a1e78986eba093e8aabf |
UHC | 麟렡牆렓調 | 11101100111010001000111010110010111011011110110110001110101010001111000011100000 | ece88eb2eded8ea8f0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)