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 | 擺鳰网 | 100111011011001011101001111010101110001110100100 | 9db2e9eae3a4 |
EUC-JP | 擺鳰网 | 110110101011010011110010111011001110011010100110 | dab4f2ece6a6 |
UTF-8 | 擺鳰网 | 111001101001001110111010111010011011001110110000111001111011110110010001 | e693bae9b3b0e7bd91 |
UHC | 擺?? | 11110111111011000011111100111111 | f7ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)