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 | ¼Ù¼á¼Æ^ | 100011101011110010001110110110011011110011100001101111001100011001011110 | 8ebc8ed9bce1bcc65e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ???Ù?á?Æ^ | 001111110011111100111111100011111010101011100011001111111000111110101011101000010011111110001111101010011010000101011110 | 3f3f3f8faae33f8faba13f8fa9a15e |
UTF-8 | ¼Ù¼á¼Æ^ | 1100001010001110110000101011110011000010100011101100001110011001110000101011110011000011101000011100001010111100110000111000011001011110 | c28ec2bcc28ec399c2bcc3a1c2bcc3865e |
UHC | ?¼??¼?¼Æ^ | 00111111101010001111100100111111001111111010100011111001001111111010100011111001101010001010000101011110 | 3fa8f93f3fa8f93fa8f9a8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)