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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邂情槙 | 111001111010111010001111111011101001011010001010 | e7ae8fee968a |
EUC-JP | 邂情槙 | 111011101011000010111110111100001100101111101010 | eeb0bef0cbea |
UTF-8 | 邂情槙 | 111010011000001010000010111001101000001110000101111001101010011110011001 | e98282e68385e6a799 |
UHC | 邂情? | 1111101010110011111011111101011100111111 | fab3efd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)