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 | ãUíHUãU | 111000110101010110001100111011011000111101001000010101011110001101010101 | e3558ced8f4855e355 |
SJIS-WIN | ?U???HU?U | 001111110101010100111111001111110011111101001000010101010011111101010101 | 3f553f3f3f48553f55 |
EUC-JP | ãU?í?HUãU | 100011111010101110101010010101010011111110001111101010111011111100111111010010000101010110001111101010111010101001010101 | 8fabaa553f8fabbf3f48558fabaa55 |
UTF-8 | ãUíHUãU | 1100001110100011010101011100001010001100110000111010110111000010100011110100100001010101110000111010001101010101 | c3a355c28cc3adc28f4855c3a355 |
UHC | ?U???HU?U | 001111110101010100111111001111110011111101001000010101010011111101010101 | 3f553f3f3f48553f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)