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 | 湲?莊?綜 | 1001111111010001001111111110010010110101001111111001000110001110 | 9fd13fe4b53f918e |
EUC-JP | 湲?莊?綜 | 1101111011010011001111111110100010110111001111111100000111101110 | ded33fe8b73fc1ee |
UTF-8 | 湲렪莊렱綜 | 111001101011100110110010111010111010000010101010111010001000111010001010111010111010000010110001111001111011011010011100 | e6b9b2eba0aae88e8aeba0b1e7b69c |
UHC | 湲렪莊렱綜 | 11101010101110001000111010111000111011011111011010001110101111101111000011111100 | eab88eb8edf68ebef0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)