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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 亦??揖?^ | 1001011010010010001111110011111110010111010010110011111101011110 | 96923f3f974b3f5e |
EUC-JP | 亦??揖?^ | 1100101111110010001111110011111111001101101011000011111101011110 | cbf23f3fcdac3f5e |
UTF-8 | 亦껊쨪揖륪^ | 11100100101110101010011011101010101110111000101011101100101010001010101011100110100011111001011011101011101001011010101001011110 | e4baa6eabb8aeca8aae68f96eba5aa5e |
UHC | 亦껊쨪揖륪^ | 1110011010110010100000111110101110100100100001001110101111100111100100000100110101011110 | e6b283eba484ebe7904d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)