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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 湛竪短多^ | 100100100101100010010010010001111001001001011010100100011011110101011110 | 92589247925a91bd5e |
EUC-JP | 湛竪短多^ | 110000111011100111000011101010001100001110111011110000101011111101011110 | c3b9c3a8c3bbc2bf5e |
UTF-8 | 湛竪短多^ | 11100110101110011001101111100111101010111010101011100111100111111010110111100101101001001001101001011110 | e6b99be7abaae79fade5a49a5e |
UHC | 湛竪短多^ | 110100111100000011100010101101011101001110101101110100101111110101011110 | d3c0e2b5d3add2fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)