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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 冗ャ昌ッ | 100011111110011110101100100011111011100110101111 | 8fe7ac8fb9af |
EUC-JP | 冗ャ昌ッ | 1011111011101001100011101010110010111110101110111000111010101111 | bee98eacbebb8eaf |
UTF-8 | 冗ャ昌ッ | 111001011000011010010111111011111011110110101100111001101001100010001100111011111011110110101111 | e58697efbdace6988cefbdaf |
UHC | 冗?昌? | 111010011011011100111111111100111110001100111111 | e9b73ff3e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)