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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湿質湿蕊湿 | 10001110101111001000111010111111100011101011110010001110110001111000111010111100 | 8ebc8ebf8ebc8ec78ebc |
EUC-JP | 湿質湿蕊湿 | 10111100101111101011110011000001101111001011111010111100110010011011110010111110 | bcbebcc1bcbebcc9bcbe |
UTF-8 | 湿質湿蕊湿 | 111001101011100110111111111010001011001110101010111001101011100110111111111010001001010110001010111001101011100110111111 | e6b9bfe8b3aae6b9bfe8958ae6b9bf |
UHC | ?質??? | 001111111111001011110101001111110011111100111111 | 3ff2f53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)