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 | Ô¼Ý÷üê^ | 11010100101111001101110111110111111111001110101001011110 | d4bcddf7fcea5e |
SJIS-WIN | ???÷??^ | 0011111100111111001111111000000110000000001111110011111101011110 | 3f3f3f81803f3f5e |
EUC-JP | Ô?Ý÷üê^ | 10001111101010101101010000111111100011111010101011110010101000011110000010001111101010111110010010001111101010111011010001011110 | 8faad43f8faaf2a1e08fabe48fabb45e |
UTF-8 | Ô¼Ý÷üê^ | 11000011100101001100001010111100110000111001110111000011101101111100001110111100110000111010101001011110 | c394c2bcc39dc3b7c3bcc3aa5e |
UHC | ?¼?÷??^ | 001111111010100011111001001111111010000111000000001111110011111101011110 | 3fa8f93fa1c03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)