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 | 蟠ァ莉九> | 111001011011010010100111111001001011101110001011111000111000000110000100 | e5b4a7e4bb8be38184 |
EUC-JP | 蟠ァ莉九> | 11101010101101101000111010100111111010001011110110110110111001011010000111100100 | eab68ea7e8bdb6e5a1e4 |
UTF-8 | 蟠ァ莉九> | 111010001001111110100000111011111011110110100111111010001000111010001001111001001011100110011101111011111011110010011110 | e89fa0efbda7e88e89e4b99defbc9e |
UHC | 蟠?莉九> | 110110101111011000111111110101111110100111001110111110101010001110111110 | daf63fd7e9cefaa3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)