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 | ?hE?hEB | 00111111011010000100010100111111011010000100010101000010 | 3f68453f684542 |
SJIS-WIN | 達hE達hEB | 100100100100001001101000010001011001001001000010011010000100010101000010 | 924268459242684542 |
EUC-JP | 達hE達hEB | 110000111010001101101000010001011100001110100011011010000100010101000010 | c3a36845c3a3684542 |
UTF-8 | 達hE達hEB | 1110100110000001100101000110100001000101111010011000000110010100011010000100010101000010 | e981946845e98194684542 |
UHC | 達hE達hEB | 110100111011100101101000010001011101001110111001011010000100010101000010 | d3b96845d3b9684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)