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 | 丞箴モ | 1000111111100101111000101011110011010011 | 8fe5e2bcd3 |
EUC-JP | 丞箴モ | 101111101110011111100100101111101000111011010011 | bee7e4be8ed3 |
UTF-8 | 丞箴モ | 111001001011100010011110111001111010111010110100111011111011111010010011 | e4b89ee7aeb4efbe93 |
UHC | 丞箴? | 1110001110101010111011011101011100111111 | e3aaedd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)