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íIGãU | 111000110101010110001100111011011000111101001001010001111110001101010101 | e3558ced8f4947e355 |
SJIS-WIN | ?U???IG?U | 001111110101010100111111001111110011111101001001010001110011111101010101 | 3f553f3f3f49473f55 |
EUC-JP | ãU?í?IGãU | 100011111010101110101010010101010011111110001111101010111011111100111111010010010100011110001111101010111010101001010101 | 8fabaa553f8fabbf3f49478fabaa55 |
UTF-8 | ãUíIGãU | 1100001110100011010101011100001010001100110000111010110111000010100011110100100101000111110000111010001101010101 | c3a355c28cc3adc28f4947c3a355 |
UHC | ?U???IG?U | 001111110101010100111111001111110011111101001001010001110011111101010101 | 3f553f3f3f49473f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)