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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 猷??巡? | 10010111010100010011111100111111100011111000010000111111 | 97513f3f8f843f |
EUC-JP | 猷??巡? | 11001101101100100011111100111111101111011110010000111111 | cdb23f3fbde43f |
UTF-8 | 猷띠뿄巡밡 | 111001111000110010110111111010111001110110100000111010111011111110000100111001011011011110100001111010111011000010100001 | e78cb7eb9da0ebbf84e5b7a1ebb0a1 |
UHC | 猷띠뿄巡밡 | 11101011101000111011011011101100100101111000110011100010110111101001001101001110 | eba3b6ec978ce2de934e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)