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 | 箙碁^襞 | 1110001010110111100011001110100110000001010011111110010111111100 | e2b78ce9814fe5fc |
EUC-JP | 箙碁^襞 | 1110010010111001101110001110101110100001101100001110101011111110 | e4b9b8eba1b0eafe |
UTF-8 | 箙碁^襞 | 111001111010111010011001111001111010001010000001111011111011110010111110111010001010010110011110 | e7ae99e7a281efbcbee8a59e |
UHC | ?碁^? | 001111111101000110110011101000111101111000111111 | 3fd1b3a3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)