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 | 證篠ョ | 1110011010011010100011101100001010101110 | e69a8ec2ae |
EUC-JP | 證篠ョ | 111010111111101010111100110001001000111010101110 | ebfabcc48eae |
UTF-8 | 證篠ョ | 111010001010110110001001111001111010111110100000111011111011110110101110 | e8ad89e7afa0efbdae |
UHC | 證篠? | 1111000111111011111000011100011000111111 | f1fbe1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)