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 | ??串 | 00111111001111111000101111111000 | 3f3f8bf8 |
EUC-JP | ??串 | 00111111001111111011011011111010 | 3f3fb6fa |
UTF-8 | 樂쇘串 | 111011111010011010111111111011001000011110011000111001001011100010110010 | efa6bfec8798e4b8b2 |
UHC | 樂쇘串 | 111010001111100110111100111001111100110111111010 | e8f9bce7cdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)