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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 澱?錚 | 1001001101100010001111111110100001000010 | 93623fe842 |
EUC-JP | 澱?錚 | 1100010111000011001111111110111110100011 | c5c33fefa3 |
UTF-8 | 澱렮錚 | 111001101011111010110001111010111010000010101110111010011000110010011010 | e6beb1eba0aee98c9a |
UHC | 澱렮錚 | 111011101111111010001110101110111110111010110110 | eefe8ebbeeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)