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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 也??揖?B | 1001011011100111001111110011111110010111010010110011111101000010 | 96e73f3f974b3f42 |
EUC-JP | 也??揖?B | 1100110011101001001111110011111111001101101011000011111101000010 | cce93f3fcdac3f42 |
UTF-8 | 也㏓뜉揖쟲B | 11100100101110011001111111100011100011111001001111101011100111001000100111100110100011111001011011101100100111111011001001000010 | e4b99fe38f93eb9c89e68f96ec9fb242 |
UHC | 也㏓뜉揖쟲B | 1110010110100101101001111110101110001101100011001110101111100111101000000111001001000010 | e5a5a7eb8d8cebe7a07242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)