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 | 逸?毅? | 100010001110110100111111100010110100001000111111 | 88ed3f8b423f |
EUC-JP | 逸?毅? | 101100001110111100111111101101011010001100111111 | b0ef3fb5a33f |
UTF-8 | 逸렰毅쮜 | 111010011000000010111000111010111010000010110000111001101010111110000101111011001010111010011100 | e980b8eba0b0e6af85ecae9c |
UHC | 逸렰毅쮜 | 1110110011101111100011101011110111101011111101101100001011101000 | ecef8ebdebf6c2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)