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 | 璽弦治 | 100011101010001110001100101101111000111010100001 | 8ea38cb78ea1 |
EUC-JP | 璽弦治 | 101111001010010110111000101110011011110010100011 | bca5b8b9bca3 |
UTF-8 | 璽弦治 | 111001111001001010111101111001011011110010100110111001101011001010111011 | e792bde5bca6e6b2bb |
UHC | 璽弦治 | 110111111101111011111010110101111111011010111101 | dfdefad7f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)