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 | 玉??烏??^ | 100010111100101000111111001111111000100101000111001111110011111101011110 | 8bca3f3f89473f3f5e |
EUC-JP | 玉??烏??^ | 101101101100110000111111001111111011000110101000001111110011111101011110 | b6cc3f3fb1a83f3f5e |
UTF-8 | 玉앮꼇烏믥르^ | 11100111100011101000100111101100100101011010111011101010101111001000011111100111100000111000111111101011101011111010010111101011101001011011010001011110 | e78e89ec95aeeabc87e7838febafa5eba5b45e |
UHC | 玉앮꼇烏믥르^ | 11101000101011001001110111100110101100101011101111101000101000011001001011100111101110001010001101011110 | e8ac9de6b2bbe8a192e7b8a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)