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 | 窪?跏? | 100011000100010100111111111001101110011000111111 | 8c453fe6e63f |
EUC-JP | 窪?跏? | 101101111010011000111111111011001110100000111111 | b7a63fece83f |
UTF-8 | 窪찌跏렻 | 111001111010101010101010111011001011000010001100111010001011011110001111111010111010000010111011 | e7aaaaecb08ce8b78feba0bb |
UHC | 窪찌跏렻 | 1110100011000001110000101110111011001010101110101000111011000011 | e8c1c2eecaba8ec3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)