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 | 薔?漿?提? | 111001010100101100111111100111111111011100111111100100101111000100111111 | e54b3f9ff73f92f13f |
EUC-JP | 薔?漿?提? | 111010011010110000111111110111101111100100111111110001001111001100111111 | e9ac3fdef93fc4f33f |
UTF-8 | 薔렊漿렣提렠 | 111010001001011010010100111010111010000010001010111001101011110010111111111010111010000010100011111001101000111110010000111010111010000010100000 | e89694eba08ae6bcbfeba0a3e68f90eba0a0 |
UHC | 薔렊漿렣提렠 | 111011011111100110001110101000011110110111101100100011101011010011110000101010111000111010110001 | edf98ea1edec8eb4f0ab8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)