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{^ | 0011111110010011111010010110111001111101001111111001001111101001011011100111101101011110 | 3f93e96e7d3f93e96e7b5e |
EUC-JP | ?馴n}?馴n{^ | 0011111111000110111010110110111001111101001111111100011011101011011011100111101101011110 | 3fc6eb6e7d3fc6eb6e7b5e |
UTF-8 | 뾰馴n}뾰馴n{^ | 1110101110111110101100001110100110100110101101000110111001111101111010111011111010110000111010011010011010110100011011100111101101011110 | ebbeb0e9a6b46e7debbeb0e9a6b46e7b5e |
UHC | 뾰馴n}뾰馴n{^ | 10111011110011111110001011111000011011100111110110111011110011111110001011111000011011100111101101011110 | bbcfe2f86e7dbbcfe2f86e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)