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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偲磁篠鴫偲而 | 100011101100001110001110101001011000111011000010100011101011000010001110110000111000111010100111 | 8ec38ea58ec28eb08ec38ea7 |
EUC-JP | 偲磁篠鴫偲而 | 101111001100010110111100101001111011110011000100101111001011001010111100110001011011110010101001 | bcc5bca7bcc4bcb2bcc5bca9 |
UTF-8 | 偲磁篠鴫偲而 | 111001011000000110110010111001111010001110000001111001111010111110100000111010011011010010101011111001011000000110110010111010001000000010001100 | e581b2e7a381e7afa0e9b4abe581b2e8808c |
UHC | ?磁篠??而 | 001111111110110110111000111000011100011000111111001111111110110010111011 | 3fedb8e1c63f3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)