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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 咫?n}咫?n{^ | 1001101001000000001111110110111001111101100110100100000000111111011011100111101101011110 | 9a403f6e7d9a403f6e7b5e |
EUC-JP | 咫?n}咫?n{^ | 1101001110100001001111110110111001111101110100111010000100111111011011100111101101011110 | d3a13f6e7dd3a13f6e7b5e |
UTF-8 | 咫렦n}咫렦n{^ | 1110010110010010101010111110101110100000101001100110111001111101111001011001001010101011111010111010000010100110011011100111101101011110 | e592abeba0a66e7de592abeba0a66e7b5e |
UHC | 咫렦n}咫렦n{^ | 11110010101000011000111010110101011011100111110111110010101000011000111010110101011011100111101101011110 | f2a18eb56e7df2a18eb56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)