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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 梧?<節??\ | 10001100111001100011111110000001100000111001000011011111001111110011111101011100 | 8ce63f818390df3f3f5c |
EUC-JP | 梧?<節??\ | 10111000111010000011111110100001111000111100000011100001001111110011111101011100 | b8e83fa1e3c0e13f3f5c |
UTF-8 | 梧잌<節뤄슬\ | 11100110101000101010011111101100100111101000110011101111101111001001110011100111101011111000000011101011101001001000010011101100100010101010110001011100 | e6a2a7ec9e8cefbc9ce7af80eba484ec8aac5c |
UHC | 梧잌<節뤄슬\ | 11100111111111001001111111100101101000111011110011101111101111011011011111101111101111011011110101011100 | e7fc9fe5a3bcefbdb7efbdbd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)