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 | ??宏 | 00111111001111111000110101000111 | 3f3f8d47 |
EUC-JP | ??宏 | 00111111001111111011100110101000 | 3f3fb9a8 |
UTF-8 | 뤝뀨宏 | 111010111010010010011101111010111000000010101000111001011010111010001111 | eba49deb80a8e5ae8f |
UHC | 뤝뀨宏 | 100011111100110010110010111100111100111011011011 | 8fccb2f3cedb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)