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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 弡執弡執^ | 111110101011011110001110101101111111101010110111100011101011011101011110 | fab78eb7fab78eb75e |
EUC-JP | 弡執弡執^ | 1000111110111100111001001011110010111001100011111011110011100100101111001011100101011110 | 8fbce4bcb98fbce4bcb95e |
UTF-8 | 弡執弡執^ | 11100101101111001010000111100101100111111011011111100101101111001010000111100101100111111011011101011110 | e5bca1e59fb7e5bca1e59fb75e |
UHC | ?執?執^ | 00111111111100101111101100111111111100101111101101011110 | 3ff2fb3ff2fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)