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 | Ó¹hLhÓ¹hL | 110100111011100101101000010011000110100011010011101110010110100001001100 | d3b9684c68d3b9684c |
SJIS-WIN | ??hLh??hL | 001111110011111101101000010011000110100000111111001111110110100001001100 | 3f3f684c683f3f684c |
EUC-JP | Ó?hLhÓ?hL | 10001111101010101101000100111111011010000100110001101000100011111010101011010001001111110110100001001100 | 8faad13f684c688faad13f684c |
UTF-8 | Ó¹hLhÓ¹hL | 11000011100100111100001010111001011010000100110001101000110000111001001111000010101110010110100001001100 | c393c2b9684c68c393c2b9684c |
UHC | ?¹hLh?¹hL | 0011111110101001111101100110100001001100011010000011111110101001111101100110100001001100 | 3fa9f6684c683fa9f6684c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)