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 | 麗本礒 | 100101111110110110010110011110111110001001000101 | 97ed967be245 |
EUC-JP | 麗本礒 | 110011101110111111001011110111001110001110100110 | ceefcbdce3a6 |
UTF-8 | 麗本礒 | 111010011011101010010111111001101001110010101100111001111010010010010010 | e9ba97e69cace7a492 |
UHC | 麗本? | 1101010111110010110111001110001000111111 | d5f2dce23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)