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 | ???耶ョ? | 0011111100111111001111111001011011101011100000111000011100111111 | 3f3f3f96eb83873f |
EUC-JP | ???耶ョ? | 0011111100111111001111111100110011101101101001011110011100111111 | 3f3f3fcceda5e73f |
UTF-8 | 遼⒴떉耶ョ맏 | 111011111010011110000011111000101001001010110100111010111001011010001001111010001000000010110110111000111000001110100111111010111010011110001111 | efa783e292b4eb9689e880b6e383a7eba78f |
UHC | 遼⒴떉耶ョ맏 | 111010011010110010101001111001011000101110011111111001011010110110101011111001111011100010111010 | e9aca9e58b9fe5adabe7b8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)