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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 蜒檍彫] | 11100101100000111001111011111000100100101010010001011101 | e5839ef892a45d |
EUC-JP | 蜒檍彫] | 11101001111000111101110011111010110001001010011001011101 | e9e3dcfac4a65d |
UTF-8 | 蜒檍彫] | 11101000100111001001001011100110101010101000110111100101101111011010101101011101 | e89c92e6aa8de5bdab5d |
UHC | ?檍彫] | 001111111110010111100101111100001100000101011101 | 3fe5e5f0c15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)