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 | 證勘?? | 111001101001101010001010101010000011111100111111 | e69a8aa83f3f |
EUC-JP | 證勘?? | 111010111111101010110100101010100011111100111111 | ebfab4aa3f3f |
UTF-8 | 證勘렊렞 | 111010001010110110001001111001011000101110011000111010111010000010001010111010111010000010011110 | e8ad89e58b98eba08aeba09e |
UHC | 證勘렊렞 | 1111000111111011110010101110101110001110101000011000111010101111 | f1fbcaeb8ea18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)