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 | ^l䤼h | 100111100101111010010111011011001110010010100100100101101011110001101000 | 9e5e976ce4a496bc68 |
SJIS-WIN | ?^?l????h | 001111110101111000111111011011000011111100111111001111110011111101101000 | 3f5e3f6c3f3f3f3f68 |
EUC-JP | ?^?l�?h | 00111111010111100011111101101100100011111010101110100011100011111010001011110000001111110011111101101000 | 3f5e3f6c8faba38fa2f03f3f68 |
UTF-8 | ^l䤼h | 110000101001111001011110110000101001011101101100110000111010010011000010101001001100001010010110110000101011110001101000 | c29e5ec2976cc3a4c2a4c296c2bc68 |
UHC | ?^?l?¤?¼h | 0011111101011110001111110110110000111111101000101011010000111111101010001111100101101000 | 3f5e3f6c3fa2b43fa8f968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)