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\h | 00111111001111110011111100111111010101010101110001101000 | 3f3f3f3f555c68 |
SJIS-WIN | 蛛イ迺スU\h | 111001011000000110110010111001111001001010111101010101010101110001101000 | e581b2e792bd555c68 |
EUC-JP | 蛛イ迺スU\h | 1110100111100001100011101011001011101101111100101000111010111101010101010101110001101000 | e9e18eb2edf28ebd555c68 |
UTF-8 | 蛛イ迺スU\h | 111010001001101110011011111011111011110110110010111010001011111110111010111011111011110110111101010101010101110001101000 | e89b9befbdb2e8bfbaefbdbd555c68 |
UHC | 蛛???U\h | 1111000111001000001111110011111100111111010101010101110001101000 | f1c83f3f3f555c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)