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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 飼邪悉 | 111110111111011110001110110101111000111010111011 | fbf78ed78ebb |
EUC-JP | ?邪悉 | 0011111110111100110110011011110010111101 | 3fbcd9bcbd |
UTF-8 | 飼邪悉 | 111011111010100010101011111010011000001010101010111001101000001010001001 | efa8abe982aae68289 |
UHC | ?邪悉 | 0011111111011110111101111110001111111010 | 3fdef7e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)