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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 烏??h烏 | 10001001010001110011111100111111011010001000100101000111 | 89473f3f688947 |
EUC-JP | 烏??h烏 | 10110001101010000011111100111111011010001011000110101000 | b1a83f3f68b1a8 |
UTF-8 | 烏녽쉸h烏 | 11100111100000111000111111101011100001011011110111101100100010011011100001101000111001111000001110001111 | e7838feb85bdec89b868e7838f |
UHC | 烏녽쉸h烏 | 111010001010000110000110111010011001101010001110011010001110100010100001 | e8a186e99a8e68e8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)