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 | 110100111011100101101000010001011101001110111001011010000100010101000010 | d3b96845d3b9684542 |
SJIS-WIN | ??hE??hEB | 001111110011111101101000010001010011111100111111011010000100010101000010 | 3f3f68453f3f684542 |
EUC-JP | Ó?hEÓ?hEB | 10001111101010101101000100111111011010000100010110001111101010101101000100111111011010000100010101000010 | 8faad13f68458faad13f684542 |
UTF-8 | Ó¹hEÓ¹hEB | 11000011100100111100001010111001011010000100010111000011100100111100001010111001011010000100010101000010 | c393c2b96845c393c2b9684542 |
UHC | ?¹hE?¹hEB | 0011111110101001111101100110100001000101001111111010100111110110011010000100010101000010 | 3fa9f668453fa9f6684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)