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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 上ォ顰シラシア | 100011111110001110101011111010001111110010111100110101111011110010110001 | 8fe3abe8fcbcd7bcb1 |
EUC-JP | 上ォ顰シラシア | 1011111011100101100011101010101111110000111111101000111010111100100011101101011110001110101111001000111010110001 | bee58eabf0fe8ebc8ed78ebc8eb1 |
UTF-8 | 上ォ顰シラシア | 111001001011100010001010111011111011110110101011111010011010000110110000111011111011110110111100111011111011111010010111111011111011110110111100111011111011110110110001 | e4b88aefbdabe9a1b0efbdbcefbe97efbdbcefbdb1 |
UHC | 上?????? | 1101111110111110001111110011111100111111001111110011111100111111 | dfbe3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)