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 | 쓸뤊膿쓸뤊籠^ | 11101100100100111011100011101011101001001000101011101000100001101011111111101100100100111011100011101011101001001000101011101111101001011000010001011110 | ec93b8eba48ae886bfec93b8eba48aefa5845e |
UHC | 쓸뤊膿쓸뤊籠^ | 10111110101101011000111110111010110100101101101110111110101101011000111110111010110100101101100101011110 | beb58fbad2dbbeb58fbad2d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)