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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 佚‥佚‥^ | 100110001100001110000001011001001001100011000011100000010110010001011110 | 98c3816498c381645e |
EUC-JP | 佚‥佚‥^ | 110100001100010110100001110001011101000011000101101000011100010101011110 | d0c5a1c5d0c5a1c55e |
UTF-8 | 佚‥佚‥^ | 11100100101111011001101011100010100000001010010111100100101111011001101011100010100000001010010101011110 | e4bd9ae280a5e4bd9ae280a55e |
UHC | 佚‥佚‥^ | 111011001110101010100001101001011110110011101010101000011010010101011110 | eceaa1a5eceaa1a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)