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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涅?佚 | 1001111110111000001111111001100011000011 | 9fb83f98c3 |
EUC-JP | 涅?佚 | 1101111010111010001111111101000011000101 | deba3fd0c5 |
UTF-8 | 涅쿩佚 | 111001101011011010000101111011001011111110101001111001001011110110011010 | e6b685ecbfa9e4bd9a |
UHC | 涅쿩佚 | 111001101110111010110011010110101110110011101010 | e6eeb35aecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)