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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隴∵㊥讓 | 1110100010101101100000011110011010000111100001101110011010101000 | e8ad81e68786e6a8 |
EUC-JP | 隴∵?讓 | 11110000101011111010001011101000001111111110110010101010 | f0afa2e83fecaa |
UTF-8 | 隴∵㊥讓 | 111010011001101010110100111000101000100010110101111000111000101010100101111010001010111010010011 | e99ab4e288b5e38aa5e8ae93 |
UHC | ?∵?讓 | 001111111010000111110001001111111110010111010011 | 3fa1f13fe5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)