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 | 痙¥諷蘰 | 1110000101111010100000011000111111100110100001011110010101100101 | e17a818fe685e565 |
EUC-JP | 痙¥諷蘰 | 1110000111011011101000011110111111101011111001011110100111000110 | e1dba1efebe5e9c6 |
UTF-8 | 痙¥諷蘰 | 111001111001011110011001111011111011111110100101111010001010101110110111111010001001100010110000 | e79799efbfa5e8abb7e898b0 |
UHC | 痙¥諷? | 11001100111000101010000111001101111110011010010000111111 | cce2a1cdf9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)