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 | 逍瀧摧奝、逍 | 1110011110010110100100011110101110011101100101001111101010100010101001001110011110010110 | e79691eb9d94faa2a4e796 |
EUC-JP | 逍瀧摧奝、逍 | 11101101111101101100001011101101110110011111010010001111101110001111100010001110101001001110110111110110 | edf6c2edd9f48fb8f88ea4edf6 |
UTF-8 | 逍瀧摧奝、逍 | 111010011000000010001101111001111000000010100111111001101001000110100111111001011010010110011101111011111011110110100100111010011000000010001101 | e9808de780a7e691a7e5a59defbda4e9808d |
UHC | 逍瀧???逍 | 111000011100111011010110111010010011111100111111001111111110000111001110 | e1ced6e93f3f3fe1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)