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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 雍??雍??^ | 111010001011010000111111001111111110100010110100001111110011111101011110 | e8b43f3fe8b43f3f5e |
EUC-JP | 雍??雍??^ | 111100001011011000111111001111111111000010110110001111110011111101011110 | f0b63f3ff0b63f3f5e |
UTF-8 | 雍쭤썼雍쭤썼^ | 11101001100110111000110111101100101011011010010011101100100011011011110011101001100110111000110111101100101011011010010011101100100011011011110001011110 | e99b8decada4ec8dbce99b8decada4ec8dbc5e |
UHC | 雍쭤썼雍쭤썼^ | 11101000101111001100001011100101101111011110100011101000101111001100001011100101101111011110100001011110 | e8bcc2e5bde8e8bcc2e5bde85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)