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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???耶ラ? | 0011111100111111001111111001011011101011100000111000100100111111 | 3f3f3f96eb83893f |
EUC-JP | ???耶ラ? | 0011111100111111001111111100110011101101101001011110100100111111 | 3f3f3fcceda5e93f |
UTF-8 | 遼⒴떉耶ラ썘 | 111011111010011110000011111000101001001010110100111010111001011010001001111010001000000010110110111000111000001110101001111011001000110110011000 | efa783e292b4eb9689e880b6e383a9ec8d98 |
UHC | 遼⒴떉耶ラ썘 | 111010011010110010101001111001011000101110011111111001011010110110101011111010011001101110001011 | e9aca9e58b9fe5adabe99b8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)