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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 烝?障?膺 | 1110000001111110001111111000111111100001001111111110010001011110 | e07e3f8fe13fe45e |
EUC-JP | 烝?障?膺 | 1101111111011111001111111011111011100011001111111110011110111111 | dfdf3fbee33fe7bf |
UTF-8 | 烝렮障렔膺 | 111001111000001110011101111010111010000010101110111010011001101010011100111010111010000010010100111010001000011010111010 | e7839deba0aee99a9ceba094e886ba |
UHC | 烝렮障렔膺 | 11110001111101101000111010111011111011101010000110001110101010011110101111101100 | f1f68ebbeea18ea9ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)