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 | 爵称ツ | 1000111011011101100011111100110011000010 | 8edd8fccc2 |
EUC-JP | 爵称ツ | 101111001101111110111110110011101000111011000010 | bcdfbece8ec2 |
UTF-8 | 爵称ツ | 111001111000100010110101111001111010011110110000111011111011111010000010 | e788b5e7a7b0efbe82 |
UHC | 爵?? | 11101101110010010011111100111111 | edc93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)