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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ネ鯊ァ犱ァ」 | 11110010101000111100100011101001110000001010011111111011010110111010011110100011 | f2a3c8e9c0a7fb5ba7a3 |
EUC-JP | ?ネ鯊ァ犱ァ」 | 0011111110001110110010001111001011000010100011101010011110001111110010101110111110001110101001111000111010100011 | 3f8ec8f2c28ea78fcaef8ea78ea3 |
UTF-8 | ネ鯊ァ犱ァ」 | 111011101000011110011010111011111011111010001000111010011010111110001010111011111011110110100111111001111000101010110001111011111011110110100111111011111011110110100011 | ee879aefbe88e9af8aefbda7e78ab1efbda7efbda3 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)