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 | Û¼Û¼^ | 1101101110111100110110111011110001011110 | dbbcdbbc5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | Û?Û?^ | 100011111010101011100101001111111000111110101010111001010011111101011110 | 8faae53f8faae53f5e |
UTF-8 | Û¼Û¼^ | 110000111001101111000010101111001100001110011011110000101011110001011110 | c39bc2bcc39bc2bc5e |
UHC | ?¼?¼^ | 00111111101010001111100100111111101010001111100101011110 | 3fa8f93fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)