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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??膿???^ | 0011111100111111100101000101111000111111001111110011111101011110 | 3f3f945e3f3f3f5e |
EUC-JP | ??膿???^ | 0011111100111111110001111011111100111111001111110011111101011110 | 3f3fc7bf3f3f3f5e |
UTF-8 | 적뤊膿적뤊籠^ | 11101100101000001000000111101011101001001000101011101000100001101011111111101100101000001000000111101011101001001000101011101111101001011000010001011110 | eca081eba48ae886bfeca081eba48aefa5845e |
UHC | 적뤊膿적뤊籠^ | 11000000111110111000111110111010110100101101101111000000111110111000111110111010110100101101100101011110 | c0fb8fbad2dbc0fb8fbad2d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)