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 | 萬我化莢 | 1110010011011101100010011110010010001001101110111110010010110000 | e4dd89e489bbe4b0 |
EUC-JP | 萬我化莢 | 1110100011011111101100101110011010110010101111011110100010110010 | e8dfb2e6b2bde8b2 |
UTF-8 | 萬我化莢 | 111010001001000010101100111001101000100010010001111001011000110010010110111010001000111010100010 | e890ace68891e58c96e88ea2 |
UHC | 萬我化莢 | 1101100010111111111001001011001011111011111110011111101011111000 | d8bfe4b2fbf9faf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)