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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 紊桁し^ | 11100011010000111000110010000101100000101011010101011110 | e3438c8582b55e |
EUC-JP | 紊桁し^ | 11100101101001001011011111100101101001001011011101011110 | e5a4b7e5a4b75e |
UTF-8 | 紊桁し^ | 11100111101101001000101011100110101000011000000111100011100000011001011101011110 | e7b48ae6a181e381975e |
UHC | 紊桁し^ | 11011010101000101111100111111001101010101011011101011110 | daa2f9f9aab75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)