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 | 猷띔물巡밄 | 111001111000110010110111111010111001110110010100111010111010110010111100111001011011011110100001111010111011000010000100 | e78cb7eb9d94ebacbce5b7a1ebb084 |
UHC | 猷띔물巡밄 | 11101011101000111011011011101010101110011011000011100010110111101001001101000010 | eba3b6eab9b0e2de9342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)