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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??魚?お | 00111111001111111000101110011011001111111000001010101000 | 3f3f8b9b3f82a8 |
EUC-JP | 澐?魚?お | 100011111100100011101001001111111011010111111011001111111010010010101010 | 8fc8e93fb5fb3fa4aa |
UTF-8 | 澐렏魚폴お | 111001101011111010010000111010111010000010001111111010011010110110011010111011011000111110110100111000111000000110001010 | e6be90eba08fe9ad9aed8fb4e3818a |
UHC | 澐렏魚폴お | 11101001111110101000111010100101111001011110000011000110111110101010101010101010 | e9fa8ea5e5e0c6faaaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)