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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 涅??依 | 100111111011100000111111001111111000100011001011 | 9fb83f3f88cb |
EUC-JP | 涅??依 | 110111101011101000111111001111111011000011001101 | deba3f3fb0cd |
UTF-8 | 涅곕쵒依 | 111001101011011010000101111010101011001110010101111011001011010110010010111001001011111010011101 | e6b685eab395ecb592e4be9d |
UHC | 涅곕쵒依 | 1110011011101110101100001110101110101100100101001110101111101110 | e6eeb0ebac94ebee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)