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 | ??ro | 00111111001111110111001001101111 | 3f3f726f |
SJIS-WIN | 偲爾ro | 100011101100001110001110101000100111001001101111 | 8ec38ea2726f |
EUC-JP | 偲爾ro | 101111001100010110111100101001000111001001101111 | bcc5bca4726f |
UTF-8 | 偲爾ro | 1110010110000001101100101110011110001000101111100111001001101111 | e581b2e788be726f |
UHC | ?爾ro | 0011111111101100101100110111001001101111 | 3fecb3726f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)