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 | 證篠ョ緕 | 11100110100110101000111011000010101011101110001110001110 | e69a8ec2aee38e |
EUC-JP | 證篠ョ緕 | 1110101111111010101111001100010010001110101011101110010111101110 | ebfabcc48eaee5ee |
UTF-8 | 證篠ョ緕 | 111010001010110110001001111001111010111110100000111011111011110110101110111001111011011110010101 | e8ad89e7afa0efbdaee7b795 |
UHC | 證篠?? | 111100011111101111100001110001100011111100111111 | f1fbe1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)