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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ????堧?? | 001111110011111100111111001111111000111110111000101010000011111100111111 | 3f3f3f3f8fb8a83f3f |
UTF-8 | 렱렗솅알堧렚소 | 111010111010000010110001111010111010000010010111111011001000011010000101111011001001010110001100111001011010000010100111111010111010000010011010111011001000011010001100 | eba0b1eba097ec8685ec958ce5a0a7eba09aec868c |
UHC | 렱렗솅알堧렚소 | 1000111010111110100011101010110010111100110100011011111011001011111001101100000010001110101011011011110011010010 | 8ebe8eacbcd1becbe6c08eadbcd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)