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 | 11000010100010111100001110110001110000101000000101001110 | c28bc3b1c2814e |
SJIS-WIN | ???±??N | 0011111100111111001111111000000101111101001111110011111101001110 | 3f3f3f817d3f3f4e |
EUC-JP | �ñ�N | 1000111110101010101001000011111110001111101010101010101010100001110111101000111110101010101001000011111101001110 | 8faaa43f8faaaaa1de8faaa43f4e |
UTF-8 | ÂñÂN | 11000011100000101100001010001011110000111000001111000010101100011100001110000010110000101000000101001110 | c382c28bc383c2b1c382c2814e |
UHC | ???±??N | 0011111100111111001111111010000110111110001111110011111101001110 | 3f3f3fa1be3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)