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 | è奢å | 1110100010011011100111111110010110100101101000101110010110000111 | e89b9fe5a5a2e587 |
SJIS-WIN | ????¥¢?? | 00111111001111110011111100111111100000011000111110000001100100010011111100111111 | 3f3f3f3f818f81913f3f |
EUC-JP | è??å?¢å? | 100011111010101110110010001111110011111110001111101010111010100100111111101000011111000110001111101010111010100100111111 | 8fabb23f3f8faba93fa1f18faba93f |
UTF-8 | è奢å | 11000011101010001100001010011011110000101001111111000011101001011100001010100101110000101010001011000011101001011100001010000111 | c3a8c29bc29fc3a5c2a5c2a2c3a5c287 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)