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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?閥?慝膺 | 0011111110010100101101000011111110011100110101011110010001011110 | 3f94b43f9cd5e45e |
EUC-JP | ?閥?慝膺 | 0011111111001000101101100011111111011000110101111110011110111111 | 3fc8b63fd8d7e7bf |
UTF-8 | 뤶閥숨慝膺 | 111010111010010010110110111010011001011010100101111011001000100010101000111001101000010110011101111010001000011010111010 | eba4b6e996a5ec88a8e6859de886ba |
UHC | 뤶閥숨慝膺 | 10001111111001001101101111101100101111001111101111110111111001001110101111101100 | 8fe4dbecbcfbf7e4ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)