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 | 諛育寵 | 111001101000011110001000111001111001001010011110 | e68788e7929e |
EUC-JP | 諛育寵 | 111010111110011110110000111010011100001111111110 | ebe7b0e9c3fe |
UTF-8 | 諛育寵 | 111010001010101110011011111010001000001010110010111001011010111110110101 | e8ab9be882b2e5afb5 |
UHC | 諛育寵 | 111010111011000011101011110000001111010111000001 | ebb0ebc0f5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)