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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | コラ症ィホク\ | 1011101011010111100011111100011110101000110011101011100001011100 | bad78fc7a8ceb85c |
EUC-JP | コラ症ィホク\ | 10001110101110101000111011010111101111101100100110001110101010001000111011001110100011101011100001011100 | 8eba8ed7bec98ea88ece8eb85c |
UTF-8 | コラ症ィホク\ | 11101111101111011011101011101111101111101001011111100111100101111000011111101111101111011010100011101111101111101000111011101111101111011011100001011100 | efbdbaefbe97e79787efbda8efbe8eefbdb85c |
UHC | ??症???\ | 0011111100111111111100011111100000111111001111110011111101011100 | 3f3ff1f83f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)