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 | ñú | 11000011101100011100001110111010 | c3b1c3ba |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ñú | 1000111110101010101010101010000111011110100011111010101010101010100011111010001011101011 | 8faaaaa1de8faaaa8fa2eb |
UTF-8 | ñú | 1100001110000011110000101011000111000011100000111100001010111010 | c383c2b1c383c2ba |
UHC | ?±?º | 001111111010000110111110001111111010100010101100 | 3fa1be3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)