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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 臍???伊 | 11100100011000000011111100111111001111111000100011001001 | e4603f3f3f88c9 |
EUC-JP | 臍???伊 | 11100111110000010011111100111111001111111011000011001011 | e7c13f3f3fb0cb |
UTF-8 | 臍陋렩렭伊 | 111010001000011110001101111011111010010110010001111010111010000010101001111010111010000010101101111001001011110010001010 | e8878defa591eba0a9eba0ade4bc8a |
UHC | 臍陋렩렭伊 | 11110000101100001101001011101011100011101011011110001110101110101110110010100101 | f0b0d2eb8eb78ebaeca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)