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 | 窈η㎞? | 11100010011101111000001111000101100001110111000100111111 | e27783c587713f |
EUC-JP | 窈η?? | 111000111101100010100110110001110011111100111111 | e3d8a6c73f3f |
UTF-8 | 窈η㎞筽 | 1110011110101010100010001100111010110111111000111000111010011110111001111010110110111101 | e7aa88ceb7e38e9ee7adbd |
UHC | 窈η㎞筽 | 1110100110100001101001011110011110100111101100001110100010100100 | e9a1a5e7a7b0e8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)