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 | 筌?8 | 1110001010100011001111111000001001010111 | e2a33f8257 |
EUC-JP | 筌?8 | 1110010010100101001111111010001110111000 | e4a53fa3b8 |
UTF-8 | 筌ㅸ8 | 111001111010110110001100111000111000010110111000111011111011110010011000 | e7ad8ce385b8efbc98 |
UHC | 筌ㅸ8 | 111011111010011110100100111010001010001110111000 | efa7a4e8a3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)