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 | 轤ッ逾ィ | 111001111000001010101111111001111010010110101000 | e782afe7a5a8 |
EUC-JP | 轤ッ逾ィ | 1110110111100010100011101010111111101110101001111000111010101000 | ede28eafeea78ea8 |
UTF-8 | 轤ッ逾ィ | 111010001011110110100100111011111011110110101111111010011000000010111110111011111011110110101000 | e8bda4efbdafe980beefbda8 |
UHC | ??逾? | 0011111100111111111010111011010100111111 | 3f3febb53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)