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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 佯??揖?? | 1001100011010001001111110011111110010111010010110011111100111111 | 98d13f3f974b3f3f |
EUC-JP | 佯??揖?? | 1101000011010011001111110011111111001101101011000011111100111111 | d0d33f3fcdac3f3f |
UTF-8 | 佯뺧퐦揖닷틫 | 111001001011110110101111111010111011101010100111111011011001000010100110111001101000111110010110111010111000101110110111111011011000101110101011 | e4bdafebbaa7ed90a6e68f96eb8bb7ed8bab |
UHC | 佯뺧퐦揖닷틫 | 111001011011101010010101111011111011110110001111111010111110011110110100111001011011101010010101 | e5ba95efbd8febe7b4e5ba95 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)