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 | ??C????^ | 0011111100111111010000110011111100111111001111110011111101011110 | 3f3f433f3f3f3f5e |
SJIS-WIN | ??C????^ | 0011111100111111010000110011111100111111001111110011111101011110 | 3f3f433f3f3f3f5e |
EUC-JP | ??C????^ | 0011111100111111010000110011111100111111001111110011111101011110 | 3f3f433f3f3f3f5e |
UTF-8 | 셔센C셔섭셍셀^ | 1110110010000101100101001110110010000100101111000100001111101100100001011001010011101100100001001010110111101100100001011000110111101100100001011000000001011110 | ec8594ec84bc43ec8594ec84adec858dec85805e |
UHC | 셔센C셔섭셍셀^ | 1011110011000101101111001011111001000011101111001100010110111100101101111011110011000100101111001011111101011110 | bcc5bcbe43bcc5bcb7bcc4bcbf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)