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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踝瀧摯鉋 | 1110011011110100100100011110101110011101100101011110011111101110 | e6f491eb9d95e7ee |
EUC-JP | 踝瀧摯鉋 | 1110110011110110110000101110110111011001111101011110111011110000 | ecf6c2edd9f5eef0 |
UTF-8 | 踝瀧摯鉋 | 111010001011100010011101111001111000000010100111111001101001000110101111111010011000100110001011 | e8b89de780a7e691afe9898b |
UHC | ?瀧摯? | 001111111101011011101001111100101010011100111111 | 3fd6e9f2a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)