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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螂ス豕ョ礪呱 | 11100101101001011011110111100110101100111010111011100001111010001001100111101011 | e5a5bde6b3aee1e899eb |
EUC-JP | 螂ス豕ョ礪呱 | 111010101010011110001110101111011110110010110101100011101010111011100010111010101101001011101101 | eaa78ebdecb58eaee2ead2ed |
UTF-8 | 螂ス豕ョ礪呱 | 111010001001111010000010111011111011110110111101111010001011000110010101111011111011110110101110111001111010010010101010111001011001000110110001 | e89e82efbdbde8b195efbdaee7a4aae591b1 |
UHC | 螂?豕?礪呱 | 11010101110011000011111111100011110011100011111111010101111011001100110110110010 | d5cc3fe3ce3fd5eccdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)