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 | ??f??H | 001111110011111101100110001111110011111101001000 | 3f3f663f3f48 |
SJIS-WIN | 弔?f肛?H | 1001001010100010001111110110011011100011111010000011111101001000 | 92a23f66e3e83f48 |
EUC-JP | 弔?f肛?H | 1100010010100100001111110110011011100110111010100011111101001000 | c4a43f66e6ea3f48 |
UTF-8 | 弔렟f肛렚H | 1110010110111100100101001110101110100000100111110110011011101000100000101001101111101011101000001001101001001000 | e5bc94eba09f66e8829beba09a48 |
UHC | 弔렟f肛렚H | 11110000110000001000111010110000011001101111100111111101100011101010110101001000 | f0c08eb066f9fd8ead48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)