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 | 跿ク迥 | 1110011011110011101110001110011110001010 | e6f3b8e78a |
EUC-JP | 跿ク迥 | 111011001111010110001110101110001110110111101010 | ecf58eb8edea |
UTF-8 | 跿ク迥 | 111010001011011110111111111011111011110110111000111010001011111110100101 | e8b7bfefbdb8e8bfa5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)