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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 諛??諛??^ | 111001101000011100111111001111111110011010000111001111110011111101011110 | e6873f3fe6873f3f5e |
EUC-JP | 諛??諛??^ | 111010111110011100111111001111111110101111100111001111110011111101011110 | ebe73f3febe73f3f5e |
UTF-8 | 諛먮퐢諛먮퐢^ | 11101000101010111001101111101011101010001010111011101101100100001010001011101000101010111001101111101011101010001010111011101101100100001010001001011110 | e8ab9beba8aeed90a2e8ab9beba8aeed90a25e |
UHC | 諛먮퐢諛먮퐢^ | 11101011101100001001000011101011101111011000101111101011101100001001000011101011101111011000101101011110 | ebb090ebbd8bebb090ebbd8b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)