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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?瀟[?瀟[^ | 001111111110000001101110010110110011111111100000011011100101101101011110 | 3fe06e5b3fe06e5b5e |
EUC-JP | ?瀟[?瀟[^ | 001111111101111111001111010110110011111111011111110011110101101101011110 | 3fdfcf5b3fdfcf5b5e |
UTF-8 | 뾑瀟[뾑瀟[^ | 111010111011111010010001111001111000000010011111010110111110101110111110100100011110011110000000100111110101101101011110 | ebbe91e7809f5bebbe91e7809f5b5e |
UHC | 뾑瀟[뾑瀟[^ | 1001011101001111111000011011111001011011100101110100111111100001101111100101101101011110 | 974fe1be5b974fe1be5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)