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 | 篠鴫篠式 | 1000111011000010100011101011000010001110110000101000111010101110 | 8ec28eb08ec28eae |
EUC-JP | 篠鴫篠式 | 1011110011000100101111001011001010111100110001001011110010110000 | bcc4bcb2bcc4bcb0 |
UTF-8 | 篠鴫篠式 | 111001111010111110100000111010011011010010101011111001111010111110100000111001011011110010001111 | e7afa0e9b4abe7afa0e5bc8f |
UHC | 篠?篠式 | 11100001110001100011111111100001110001101110001111010010 | e1c63fe1c6e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)