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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | 實?{d | 1001101110001001001111110111101101100100 | 9b893f7b64 |
EUC-JP | 實?{d | 1101010111101001001111110111101101100100 | d5e93f7b64 |
UTF-8 | 實륗{d | 1110010110101111101001101110101110100101100101110111101101100100 | e5afa6eba5977b64 |
UHC | 實륗{d | 111000111111100110001111111111100111101101100100 | e3f98ffe7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)