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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 瀛??瀛??^ | 111000000110100100111111001111111110000001101001001111110011111101011110 | e0693f3fe0693f3f5e |
EUC-JP | 瀛??瀛??^ | 110111111100101000111111001111111101111111001010001111110011111101011110 | dfca3f3fdfca3f3f5e |
UTF-8 | 瀛뚧긏瀛뚧긏^ | 11100111100000001001101111101011100110101010011111101010101110001000111111100111100000001001101111101011100110101010011111101010101110001000111101011110 | e7809beb9aa7eab88fe7809beb9aa7eab88f5e |
UHC | 瀛뚧긏瀛뚧긏^ | 11100111101110101000110011100110100000110100111011100111101110101000110011100110100000110100111001011110 | e7ba8ce6834ee7ba8ce6834e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)