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 | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
SJIS-WIN | 偲治篠疾^F | 10001110110000111000111010100001100011101100001010001110101111100101111001000110 | 8ec38ea18ec28ebe5e46 |
EUC-JP | 偲治篠疾^F | 10111100110001011011110010100011101111001100010010111100110000000101111001000110 | bcc5bca3bcc4bcc05e46 |
UTF-8 | 偲治篠疾^F | 1110010110000001101100101110011010110010101110111110011110101111101000001110011110010110101111100101111001000110 | e581b2e6b2bbe7afa0e796be5e46 |
UHC | ?治篠疾^F | 001111111111011010111101111000011100011011110010111100000101111001000110 | 3ff6bde1c6f2f05e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)