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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?娼?創^ | 00111111100011111010100100111111100100010110111001011110 | 3f8fa93f916e5e |
EUC-JP | ?娼?創^ | 00111111101111101010101100111111110000011100111101011110 | 3fbeab3fc1cf5e |
UTF-8 | 롕娼롕創^ | 11101011101000011001010111100101101010001011110011101011101000011001010111100101100010011011010101011110 | eba195e5a8bceba195e589b55e |
UHC | 롕娼롕創^ | 100011101101100111110011110111101000111011011001111100111101110001011110 | 8ed9f3de8ed9f3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)