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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 硝骼ァ璽 | 10001111110010011110100110001110101001111000111010100011 | 8fc9e98ea78ea3 |
EUC-JP | 硝骼ァ璽 | 1011111011001011111100011110111010001110101001111011110010100101 | becbf1ee8ea7bca5 |
UTF-8 | 硝骼ァ璽 | 111001111010000110011101111010011010101010111100111011111011110110100111111001111001001010111101 | e7a19de9aabcefbda7e792bd |
UHC | 硝??璽 | 111101011010011000111111001111111101111111011110 | f5a63f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)