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 | 灌吏鳰 | 100111111111001110010111100110011110100111101010 | 9ff39799e9ea |
EUC-JP | 灌吏鳰 | 110111101111010111001101111110011111001011101100 | def5cdf9f2ec |
UTF-8 | 灌吏鳰 | 111001111000000110001100111001011001000010001111111010011011001110110000 | e7818ce5908fe9b3b0 |
UHC | 灌吏? | 1100111010110100110101111101100100111111 | ceb4d7d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)