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 | 赦爲竺 | 100011101100110111100000101010001000111010110001 | 8ecde0a88eb1 |
EUC-JP | 赦爲竺 | 101111001100111111100000101010101011110010110011 | bccfe0aabcb3 |
UTF-8 | 赦爲竺 | 111010001011010110100110111001111000100010110010111001111010101110111010 | e8b5a6e788b2e7abba |
UHC | 赦爲竺 | 110111101111010111101010110100111111010111100111 | def5ead3f5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)