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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鰲???? | 111010011110000000111111001111110011111100111111 | e9e03f3f3f3f |
EUC-JP | 鰲???? | 111100101110001000111111001111110011111100111111 | f2e23f3f3f3f |
UTF-8 | 鰲쑈뤛슭쐬 | 111010011011000010110010111011001001000110001000111010111010010010011011111011001000101010101101111011001001000010101100 | e9b0b2ec9188eba49bec8aadec90ac |
UHC | 鰲쑈뤛슭쐬 | 11101000101001111011111010100100100011111100101010111101101111101011110111111101 | e8a7bea48fcabdbebdfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)