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 | 燿?燿 | 1110000010100000001111111110000010100000 | e0a03fe0a0 |
EUC-JP | 燿?燿 | 1110000010100010001111111110000010100010 | e0a23fe0a2 |
UTF-8 | 燿퀿燿 | 111001111000011110111111111011011000000010111111111001111000011110111111 | e787bfed80bfe787bf |
UHC | 燿퀿燿 | 111010001111110010110100010011101110100011111100 | e8fcb44ee8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)