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 | 茖贋梓莅 | 1110010010100001100010101110010010001000101100101110010010101100 | e4a18ae488b2e4ac |
EUC-JP | 茖贋梓莅 | 1110100010100011101101001110011010110000101101001110100010101110 | e8a3b4e6b0b4e8ae |
UTF-8 | 茖贋梓莅 | 111010001000110010010110111010001011010010001011111001101010001010010011111010001000111010000101 | e88c96e8b48be6a293e88e85 |
UHC | ??梓? | 0011111100111111111011101010100100111111 | 3f3feea93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)